Skip to content

Commit edc25b1

Browse files
committed
apply more ruff fixes
1 parent c5c62fa commit edc25b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/file_packager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def generate_object_file(data_files):
285285
# The name of file
286286
{f.c_symbol_name}_name:
287287
.asciz "{dstpath}"
288-
.size {f.c_symbol_name}_name, {len(dstpath)+1}
288+
.size {f.c_symbol_name}_name, {len(dstpath) + 1}
289289
290290
# The size of the file followed by the content itself
291291
{f.c_symbol_name}:
@@ -595,7 +595,6 @@ def was_seen(name):
595595
f.write(escape_for_makefile(dependency))
596596
f.write(' \\\n')
597597

598-
599598
return 0
600599

601600

0 commit comments

Comments
 (0)