Skip to content

Commit 0f3a166

Browse files
committed
odb: minor clang-tidy changes
Signed-off-by: osamahammad21 <[email protected]>
1 parent 4a69e9b commit 0f3a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/src/db/dbChipConn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ std::vector<dbChipInst*> dbChipConn::getBottomRegionPath() const
161161

162162
std::vector<dbId<_dbChipInst>> extractChipInstsPath(
163163
dbChip* parent_chip,
164-
std::vector<dbChipInst*> chip_insts)
164+
const std::vector<dbChipInst*>& chip_insts)
165165
{
166166
_dbDatabase* _db = (_dbDatabase*) parent_chip->getImpl()->getOwner();
167167
utl::Logger* logger = _db->getLogger();

0 commit comments

Comments
 (0)