Skip to content

Commit 06bac44

Browse files
committed
removed trailing whitespace
1 parent 68bb939 commit 06bac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run_cli(self, args):
9393

9494
rtlil_path = self.prepare() # always prepare before submission
9595
if args.action == "submit":
96-
self.submit(rtlil_path, dry_run=args.dry_run, wait=args.wait)
96+
self.submit(rtlil_path, dry_run=args.dry_run, wait=args.wait)
9797

9898
def prepare(self):
9999
"""Elaborate the design and convert it to RTLIL.

0 commit comments

Comments
 (0)