Skip to content

Commit

Permalink
Update src/S3FileSystem.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
bbockelm and github-actions[bot] authored May 23, 2024
1 parent 9a861be commit e00349d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/S3FileSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,8 @@ int S3FileSystem::Create(const char *tid, const char *path, mode_t mode,
return 0;
}

int S3FileSystem::parsePath(const char *fullPath,
std::string &exposedPath, std::string &object) const
{
int S3FileSystem::parsePath(const char *fullPath, std::string &exposedPath,
std::string &object) const {
//
// Check the path for validity.
//
Expand Down

0 comments on commit e00349d

Please sign in to comment.