Skip to content

Commit 486f20e

Browse files
committed
Remove duplicated code
1 parent c297644 commit 486f20e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/skunk/cli/application.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ def initialize(argv)
2222
def execute
2323
warn_coverage_info unless File.exist?(COVERAGE_FILE)
2424

25-
parsed_options = @options.parse.to_h
26-
reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
27-
2825
# :reek:NilCheck
2926
@parsed_options = @options.parse.to_h
3027
reporter = Skunk::Cli::CommandFactory.create(@parsed_options).execute

0 commit comments

Comments
 (0)