Skip to content

Commit efdf8fe

Browse files
committed
odb: Removed redundant space
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent a967e4b commit efdf8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/test/cpp/TestWriteReadDbHier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ TEST_F(TestWriteReadDbHier, WriteReadOdbMultiBlocks)
228228
// Verify Inst hash is populated
229229
dbInst* child_inst_2 = mod0_2->findDbInst("child_inst");
230230
ASSERT_NE(child_inst_2, nullptr);
231-
EXPECT_EQ(child_inst_2->getName(), "child_inst");
231+
EXPECT_EQ(child_inst_2->getName(), "child_inst");
232232
}
233233

234234
} // namespace

0 commit comments

Comments
 (0)