Skip to content

Commit 282b0d3

Browse files
committed
Applied requested changes of @yuki24: Chose clean git blame over nice looking indentaiton.
1 parent 714a180 commit 282b0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def arg_names
141141
# Reenable the task, allowing its tasks to be executed if the task
142142
# is invoked again.
143143
def reenable
144-
@already_invoked = false
144+
@already_invoked = false
145145
@invocation_exception = nil
146146
end
147147

0 commit comments

Comments
 (0)