Skip to content

Commit 5aba7bb

Browse files
fix: clang-format line length violation in rest integration test
1 parent 5080f97 commit 5aba7bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/iceberg/test/rest_catalog_integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ TEST_F(RestCatalogIntegrationTest, MakeWithUnregisteredIoImplReturnsError) {
498498
config.Set(RestCatalogProperties::kUri, CatalogUri())
499499
.Set(RestCatalogProperties::kName, std::string(kCatalogName))
500500
.Set(RestCatalogProperties::kWarehouse, std::string("/local/warehouse"));
501-
config.mutable_configs()[std::string(FileIOProperties::kImpl)] = "com.nonexistent.FileIO";
501+
config.mutable_configs()[std::string(FileIOProperties::kImpl)] =
502+
"com.nonexistent.FileIO";
502503

503504
auto result = RestCatalog::Make(config);
504505

0 commit comments

Comments
 (0)