aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_watch_formats.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_watch_formats.py')
-rw-r--r--tests/test_watch_formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_watch_formats.py b/tests/test_watch_formats.py
index 85a103b..e1b31fd 100644
--- a/tests/test_watch_formats.py
+++ b/tests/test_watch_formats.py
@@ -69,4 +69,4 @@ class TestFormatBytes:
assert watch_formats.format_bytes(1024) == '1.00KiB'
def test_mebibytes(self):
- assert watch_formats.format_bytes(1048576) == '1.00MiB' \ No newline at end of file
+ assert watch_formats.format_bytes(1048576) == '1.00MiB'