make rubocop happy

This commit is contained in:
Arpit Jalan 2018-08-16 14:03:46 +05:30
parent df55e5bac4
commit 8e3b685aa4

View File

@ -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