Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
SterlingT3485 committed Nov 19, 2024
1 parent e40d223 commit f748cb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/common/file_system/local_file_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ bool isSubdirectory(const std::string& base, const std::string& sub) {
}
}




void LocalFileSystem::removeFileIfExists(const std::string& path) {
if (!fileOrPathExists(path)) {
return;
Expand Down

0 comments on commit f748cb1

Please sign in to comment.