diff --git a/src/S3AccessInfo.cc b/src/S3AccessInfo.cc index d2ee5e3..f0e6899 100644 --- a/src/S3AccessInfo.cc +++ b/src/S3AccessInfo.cc @@ -20,9 +20,7 @@ void S3AccessInfo::setS3ServiceName(const std::string &s3ServiceName) { s3_service_name = s3ServiceName; } -const std::string &S3AccessInfo::getS3Region() const { - return s3_region; -} +const std::string &S3AccessInfo::getS3Region() const { return s3_region; } void S3AccessInfo::setS3Region(const std::string &s3Region) { s3_region = s3Region;