Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 6afe3ca

Browse files
committed
ci: auto code format
1 parent bd9c601 commit 6afe3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processor/operator/simple/export_db.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ std::string getSchemaCypher(ClientContext* clientContext) {
166166
break;
167167
}
168168
}
169-
for (const auto sequenceEntry : catalog->getSequenceEntries(transaction)) {
169+
for (const auto sequenceEntry : catalog->getSequenceEntries(transaction)) {
170170
ss << sequenceEntry->toCypher(relGroupToCypherInfo) << std::endl;
171-
}
171+
}
172172
for (auto macroName : catalog->getMacroNames(transaction)) {
173173
ss << catalog->getScalarMacroFunction(transaction, macroName)->toCypher(macroName)
174174
<< std::endl;

0 commit comments

Comments
 (0)