Skip to content

Commit

Permalink
odb tests: clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <fgaray@google.com>
  • Loading branch information
fgaray committed Feb 21, 2024
1 parent 7e55a34 commit 882c905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/odb/test/cpp/helper/env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ std::string testTmpPath(const std::string& path, const std::string& file)
if (!base_dir) {
const char* pwd = std::getenv("PWD");
if (!pwd) {
throw std::runtime_error("BASE_DIR and PWD environment variables are not set");
throw std::runtime_error(
"BASE_DIR and PWD environment variables are not set");
}
return std::string(pwd) + file;
}
Expand Down

0 comments on commit 882c905

Please sign in to comment.