Skip to content

Commit 2f691a3

Browse files
committed
grt: fix format
Signed-off-by: Jonas Gava <[email protected]>
1 parent 5dcb44a commit 2f691a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grt/src/fastroute/src/utility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ void FastRouteCore::updateSlacks(float percentage)
601601
// TODO: need to check this positive slack threshold
602602
// const float pos_threshold = 100e-12;
603603

604-
res_aware_list.emplace_back(net_id, slack);
604+
res_aware_list.emplace_back(net_id, slack);
605605
}
606606

607607
// Sort by worst slack and ID

0 commit comments

Comments
 (0)