Skip to content

Commit 6729dd5

Browse files
committed
cts: clang-format
Signed-off-by: arthurjolo <arthurjl@precisioninno.com>
1 parent c6fea4e commit 6729dd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cts/src/HTreeBuilder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,15 +1279,15 @@ void HTreeBuilder::run()
12791279
"sinks is {}.",
12801280
options_->getMaxWl() / options_->getWireSegmentUnit(),
12811281
options_->getMaxFanout() ? options_->getMaxFanout()
1282-
: numMaxLeafSinks_);
1282+
: numMaxLeafSinks_);
12831283
break;
12841284
}
12851285
} else {
12861286
logger_->info(CTS,
12871287
32,
12881288
" Stop criterion found. Max number of sinks is {}.",
12891289
options_->getMaxFanout() ? options_->getMaxFanout()
1290-
: numMaxLeafSinks_);
1290+
: numMaxLeafSinks_);
12911291
break;
12921292
}
12931293
}

0 commit comments

Comments
 (0)