Skip to content

Commit 674cb07

Browse files
committed
Fix rubocop warning.
1 parent 877e6f1 commit 674cb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/i18n-js/cli/command.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def self.parse(&block)
2121
end
2222
end
2323

24-
def self.command(&block)
25-
define_method(:command, &block)
24+
def self.command(&)
25+
define_method(:command, &)
2626
end
2727

2828
def initialize(argv:, ui:)

0 commit comments

Comments
 (0)