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 e6e853e commit 6a06a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ std::string expandPath(main::ClientContext* context, const std::string& path) {
// Normalize the path to resolve '.' and '..'
std::filesystem::path normalizedPath = std::filesystem::absolute(fullPath).lexically_normal();
return normalizedPath.string();

}

void Database::initMembers(std::string_view dbPath, construct_bm_func_t initBmFunc) {
Expand Down

0 comments on commit 6a06a2a

Please sign in to comment.