Skip to content

Commit 4875987

Browse files
chriscorreaCopilot
andauthored
lint: whitespace
Co-authored-by: Copilot <[email protected]>
1 parent e34329e commit 4875987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exe/importer

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class Importer < Thor
1616
def import
1717
config = Config.from_file(options[:config])
1818
config.concurrency = options[:concurrency] if options[:concurrency] # overide concurrency if provided
19-
2019
import = Import.new(config)
2120
success = import.import
2221

0 commit comments

Comments
 (0)