Add missing final newline

This commit is contained in:
a1346054
2022-08-08 21:31:38 +00:00
parent dbd2d3fdce
commit 759a851428
2 changed files with 1 additions and 2 deletions

View File

@@ -68,4 +68,3 @@ class ByteNumber < Numeric
(to_f/(1024 ** n)).ceil
end
end