Skip to content

Commit 88b71fd

Browse files
committed
space b4 label
1 parent fd0bb36 commit 88b71fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

size_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def measure_sizes():
188188
)
189189
output_str += "\n---\n\n"
190190
output_str += "Summary:\n"
191-
output_str += f"mpy file size difference: {_filesize_diff}bytes | {_filesize_dif_percent:.2f}%\n"
191+
output_str += f"mpy file size difference: {_filesize_diff} bytes | {_filesize_dif_percent:.2f}%\n"
192192
output_str += f"mpy strings size difference: {_strings_diff} bytes | {_strings_diff_percent:.2f}%\n"
193193
output_str += (
194194
f"mpy strings percentage difference: {_strings_percentage_diff:.2f}%\n"

0 commit comments

Comments
 (0)