Skip to content

Commit 45995b8

Browse files
committed
Fix a linter issue
1 parent edd0bd7 commit 45995b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hooks/diamond.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
prj.set_top('Top')
4848

4949
for hook_name, hook in hooks.items():
50-
prj.add_hook('postpar', hook)
50+
prj.add_hook('postpar', hook)
5151

5252
prj.make()

0 commit comments

Comments
 (0)