Skip to content

Commit 92cccf9

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent a73fd1b commit 92cccf9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/catalog_coverage_tests.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,8 @@ TEST(CatalogCoverageTests, RaftApply) {
162162
*/
163163
TEST(CatalogCoverageTests, CreateAndGetTable) {
164164
auto catalog = Catalog::create();
165-
std::vector<ColumnInfo> cols = {
166-
{"id", common::ValueType::TYPE_INT64, 0},
167-
{"name", common::ValueType::TYPE_TEXT, 1}
168-
};
165+
std::vector<ColumnInfo> cols = {{"id", common::ValueType::TYPE_INT64, 0},
166+
{"name", common::ValueType::TYPE_TEXT, 1}};
169167

170168
oid_t tid = catalog->create_table("users", cols);
171169
ASSERT_NE(tid, 0);

0 commit comments

Comments
 (0)