Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
Signed-off-by: andyfox-rushc <[email protected]>
  • Loading branch information
andyfox-rushc committed Dec 23, 2024
1 parent b017e97 commit b14bb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/odb/test/cpp/helper/helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dbMaster* createMaster1X1(dbLib* lib,
master->setFrozen();
return master;
}

dbDatabase* createSimpleDB()
{
utl::Logger* logger = new utl::Logger();
Expand All @@ -85,7 +85,7 @@ dbDatabase* createSimpleDB()
dbBlock::create(chip, "simple_block");
createMaster2X1(lib, "and2", 1000, 1000, "a", "b", "o");
createMaster2X1(lib, "or2", 500, 500, "a", "b", "o");
createMaster1X1(lib, "inv1", 500, 500, "ip0", "op0");
createMaster1X1(lib, "inv1", 500, 500, "ip0", "op0");
return db;
}

Expand Down

0 comments on commit b14bb22

Please sign in to comment.