Skip to content

Commit 1859852

Browse files
committed
Add newline at end of file
1 parent 6f37534 commit 1859852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/python/list_assemblies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ def get_assemblies():
237237

238238
open(output_file, 'w').write(content)
239239

240-
print(f'Wrote list of {len(asm_list)} assemblies to {output_file}')
240+
print(f'Wrote list of {len(asm_list)} assemblies to {output_file}')

0 commit comments

Comments
 (0)