Skip to content

Commit

Permalink
Change constructor to explicit per lint
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Feb 4, 2023
1 parent 50294cb commit c6ab7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/s3fs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,7 @@ Aws::SDKOptions aws_options;
bool aws_initialized = false;

struct AwsInstance : public ::arrow::internal::Executor::Resource {
AwsInstance(const S3GlobalOptions& options) {
explicit AwsInstance(const S3GlobalOptions& options) {
Aws::Utils::Logging::LogLevel aws_log_level;

#define LOG_LEVEL_CASE(level_name) \
Expand Down

0 comments on commit c6ab7cb

Please sign in to comment.