mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-25 11:00:24 +00:00
fix linting error in autogenerated code
This commit is contained in:
parent
2f174db96f
commit
f088540647
@ -86,7 +86,7 @@ def gen_enums_rs():
|
||||
f.write("#[allow(non_snake_case)]\n")
|
||||
f.write("pub struct Enums {\n")
|
||||
for _, symbol in enums:
|
||||
f.write(" pub {} : u64,\n".format(symbol))
|
||||
f.write(" pub {}: u64,\n".format(symbol))
|
||||
f.write("}\n\n")
|
||||
|
||||
# Step two: Create the enum singleton we expose to the schedulers
|
||||
|
Loading…
Reference in New Issue
Block a user