Skip to content

Commit

Permalink
[v1.2.1] Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTaras29 committed May 11, 2020
1 parent 78bc7ec commit 97430e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/ci_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ci_begin_msg(msg)
# @param time [Time] the message to be printed
def ci_end_msg(msg, success, time)
puts '################################################'
puts "Finished in #{format('%.2f', Time.new - time)} seconds."
puts "Finished in #{format('%<timedelta>.2f', timedelta: Time.new - time)} seconds."
print '[PASSED] ' if success
print '[FAILED] ' unless success
puts msg
Expand Down
2 changes: 1 addition & 1 deletion tmpfix/rake_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def last_comment
end
end

Rake::Application.send :include, TempFixForRakeLastComment
Rake::Application.send :include, TempFixForRakeLastComment # rubocop:disable Lint/SendWithMixinArgument

0 comments on commit 97430e1

Please sign in to comment.