Skip to content

Commit 98e66c7

Browse files
committed
remove whitespaces
1 parent c6bfc9c commit 98e66c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
116116
raise ChipFlowError(
117117
"Environment variable `CHIPFLOW_API_KEY` is empty."
118118
)
119-
120-
119+
121120
git_head = subprocess.check_output(
122121
["git", "-C", os.environ["CHIPFLOW_ROOT"],
123122
"rev-parse", "--short", "HEAD"],

0 commit comments

Comments
 (0)