Skip to content

Commit

Permalink
Fix rubocop warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 1, 2024
1 parent 877e6f1 commit 674cb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/i18n-js/cli/command.rb
Expand Up @@ -21,8 +21,8 @@ def self.parse(&block)
end
end

def self.command(&block)
define_method(:command, &block)
def self.command(&)
define_method(:command, &)
end

def initialize(argv:, ui:)
Expand Down

0 comments on commit 674cb07

Please sign in to comment.