Skip to content

Commit 4b5e0fb

Browse files
committed
rubocop
1 parent 807f69b commit 4b5e0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/update_gems.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def git_commit(message)
452452
warn "git commit failed:\n#{err}" unless ok
453453
end
454454

455-
def git_summary()
455+
def git_summary
456456
out, err, ok = Open3.capture3('git', '-C', REPO_ROOT, 'log', '--name-status', 'HEAD^..HEAD')
457457
return if !ok || out.strip.empty?
458458
puts "\nCongratulations, you have authored a new git commit!"

0 commit comments

Comments
 (0)