Clang format + meta fix

This commit is contained in:
Krzosa Karol
2023-03-29 09:24:30 +02:00
parent c97bb4272b
commit e13b4b7f25
7 changed files with 40 additions and 34 deletions

View File

@@ -61,4 +61,5 @@ for file_to_modify in files:
fd.seek(0)
fd.write(f)
fd.truncate()
fd.close()
fd.close()