Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Nov 19, 2023
1 parent 77f8345 commit 0178660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,7 @@ TEST_F(AzuriteFileSystemTest, TestWriteMetadata) {
location, /*metadata=*/arrow::key_value_metadata({{"bar", "foo"}})));
ASSERT_OK(output->Write(expected.data(), expected.size()));
ASSERT_OK(output->Close());
blob_metadata =
blob_service_client_->GetBlobContainerClient(PreexistingContainerName())
blob_metadata = blob_service_client_->GetBlobContainerClient(PreexistingContainerName())
.GetBlockBlobClient(path)
.GetProperties()
.Value.Metadata;
Expand Down

0 comments on commit 0178660

Please sign in to comment.