Skip to content

Commit 5a9fa88

Browse files
committed
fix formatting issue
1 parent cd3c985 commit 5a9fa88

File tree

1 file changed

+3
-3
lines changed
  • vtr_flow/scripts/python_libs/vtr/vpr

1 file changed

+3
-3
lines changed

vtr_flow/scripts/python_libs/vtr/vpr/vpr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ def run_second_time(
298298
if "write_intra_cluster_router_lookahead" in second_run_args:
299299
intra_cluster_router_lookahead = second_run_args["write_intra_cluster_router_lookahead"]
300300
second_run_args["read_intra_cluster_router_lookahead"] = intra_cluster_router_lookahead
301-
second_run_args[
302-
"write_intra_cluster_router_lookahead"
303-
] = "intra_cluster_router_lookahead2.capnp"
301+
second_run_args["write_intra_cluster_router_lookahead"] = (
302+
"intra_cluster_router_lookahead2.capnp"
303+
)
304304

305305
# run VPR
306306
run(

0 commit comments

Comments
 (0)