mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
make rubocop happy
This commit is contained in:
parent
df55e5bac4
commit
8e3b685aa4
|
@ -31,7 +31,6 @@ task "categories:create_definition" => :environment do
|
|||
puts "", "Done!", ""
|
||||
end
|
||||
|
||||
|
||||
def print_status(current, max)
|
||||
print "\r%9d / %d (%5.1f%%)" % [current, max, ((current.to_f / max.to_f) * 100).round(1)]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user