Skip to content

Commit 01d6c5f

Browse files
committed
fixed clang-tidy
Signed-off-by: Cho Moon <[email protected]>
1 parent 3710615 commit 01d6c5f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/rsz/src/VTSwapMove.cc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ bool VTSwapSpeedMove::doMove(const Path* drvr_path,
4848
best_cell->name());
4949
addMove(drvr);
5050
return true;
51-
} else {
52-
debugMovePrint1("REJECT vt_swap {}: {} -> {} swap failed",
53-
network_->pathName(drvr_pin),
54-
drvr_cell->name(),
55-
best_cell->name());
5651
}
5752

53+
debugMovePrint1("REJECT vt_swap {}: {} -> {} swap failed",
54+
network_->pathName(drvr_pin),
55+
drvr_cell->name(),
56+
best_cell->name());
5857
return false;
5958
}
6059

0 commit comments

Comments
 (0)