Skip to content

Commit 0178660

Browse files
committed
Autoformat
1 parent 77f8345 commit 0178660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/arrow/filesystem/azurefs_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,7 @@ TEST_F(AzuriteFileSystemTest, TestWriteMetadata) {
675675
location, /*metadata=*/arrow::key_value_metadata({{"bar", "foo"}})));
676676
ASSERT_OK(output->Write(expected.data(), expected.size()));
677677
ASSERT_OK(output->Close());
678-
blob_metadata =
679-
blob_service_client_->GetBlobContainerClient(PreexistingContainerName())
678+
blob_metadata = blob_service_client_->GetBlobContainerClient(PreexistingContainerName())
680679
.GetBlockBlobClient(path)
681680
.GetProperties()
682681
.Value.Metadata;

0 commit comments

Comments
 (0)