Skip to content

Commit c3f77d5

Browse files
committed
✂️
1 parent f99c87c commit c3f77d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/thor/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def dispatch(command, given_args, given_opts, config) #:nodoc:
792792

793793
# Register a relation of options for target(method_option/class_option)
794794
# by args and block.
795-
def register_options_relation_for( target, relation, *args, &block) # :nodoc:
795+
def register_options_relation_for(target, relation, *args, &block) # :nodoc:
796796
opt = args.pop if args.last.is_a? Hash
797797
opt ||= {}
798798
names = args.map{ |arg| arg.to_s }

0 commit comments

Comments
 (0)