Skip to content

Commit f25183e

Browse files
author
Rafael Mendonça França
committed
✂️ [ci skip]
1 parent 72f2071 commit f25183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/thor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def create_command(meth) #:nodoc:
384384
@usage ||= nil
385385
@desc ||= nil
386386
@long_desc ||= nil
387-
387+
388388
if @usage && @desc
389389
base_class = @hide ? Thor::HiddenCommand : Thor::Command
390390
commands[meth] = base_class.new(meth, @desc, @long_desc, @usage, method_options)

lib/thor/line_editor/readline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def use_path_completion?
5050
class PathCompletion
5151
attr_reader :text
5252
private :text
53-
53+
5454
def initialize(text)
5555
@text = text
5656
end

0 commit comments

Comments
 (0)