Skip to content

Commit 1928a61

Browse files
committed
fix formatting issue
Signed-off-by: Zen <[email protected]>
1 parent 98f52af commit 1928a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252
for runlevel in ['init_pre', *generator.init_types, 'init_final']:
5353
if runlevel not in generator.imports:
5454
continue
55-
print({runlevel} + ":")
55+
print(runlevel + ":")
5656
for func in generator.imports[runlevel]:
5757
print(f" {func.__name__}")
5858

0 commit comments

Comments
 (0)