Skip to content

Commit 91eb1b6

Browse files
committed
odb: Recovered the missing comment for ODB generator
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent d661e52 commit 91eb1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/odb/src/db/dbModInst.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ dbIStream& operator>>(dbIStream& stream, _dbModInst& obj)
106106
if (db_->isSchema(kSchemaUpdateHierarchy)) {
107107
stream >> obj.moditerms_;
108108
}
109+
// User Code End >>
109110
return stream;
110111
}
111112

0 commit comments

Comments
 (0)