mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make rubocop happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user