diff options
| author | Stefan Boberg <[email protected]> | 2021-06-20 17:02:44 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-06-20 17:02:44 +0200 |
| commit | caca5c69b72ebc9f1da923b93a2fae2ead2a98b0 (patch) | |
| tree | 481c09bd826a7efc93d5d86c855f5dd1d6b96e13 /zentestutil/zenserverprocess.cpp | |
| parent | Launch sandbox directory is now dynamic and configured from the main server (diff) | |
| download | zen-caca5c69b72ebc9f1da923b93a2fae2ead2a98b0.tar.xz zen-caca5c69b72ebc9f1da923b93a2fae2ead2a98b0.zip | |
clang-format only
Diffstat (limited to 'zentestutil/zenserverprocess.cpp')
| -rw-r--r-- | zentestutil/zenserverprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zentestutil/zenserverprocess.cpp b/zentestutil/zenserverprocess.cpp index 04314bc5f..ba28a43d6 100644 --- a/zentestutil/zenserverprocess.cpp +++ b/zentestutil/zenserverprocess.cpp @@ -55,7 +55,7 @@ ZenTestEnvironment::RootDir(std::string_view Path) { std::filesystem::path Root = m_ProgramBaseDir.parent_path().parent_path(); - std::filesystem::path Relative { Path }; + std::filesystem::path Relative{Path}; return Root / Relative; } |