From c2a86257c5801a7f1d9b6d2221ee6c3aebb6417a Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Mon, 18 Dec 2023 13:35:10 +0000 Subject: [PATCH] Auto-format --- cpp/src/arrow/filesystem/azurefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/filesystem/azurefs.h b/cpp/src/arrow/filesystem/azurefs.h index 5a8a59cc10de0..b2c7010ff3758 100644 --- a/cpp/src/arrow/filesystem/azurefs.h +++ b/cpp/src/arrow/filesystem/azurefs.h @@ -80,6 +80,7 @@ struct ARROW_EXPORT AzureOptions { std::shared_ptr token_credential_; void SetUrlsForAccountName(const std::string& account_name); + public: AzureOptions(); ~AzureOptions();