mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Apply simple rubocop fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module ProductsFilter
|
||||
def price(integer)
|
||||
sprintf("$%.2d USD", integer / 100.0)
|
||||
format("$%.2d USD", integer / 100.0)
|
||||
end
|
||||
|
||||
def prettyprint(text)
|
||||
|
||||
Reference in New Issue
Block a user