Skip to content

Commit

Permalink
Update src/S3AccessInfo.cc
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rw2 and github-actions[bot] authored Mar 29, 2024
1 parent 68dcc45 commit 6381ed9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/S3AccessInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6381ed9

Please sign in to comment.