diff options
| author | Liam Mitchell <[email protected]> | 2025-08-20 17:15:19 -0700 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-20 17:15:19 -0700 |
| commit | e6a5a2afda3b33d218440d7311a24f61a9400b3d (patch) | |
| tree | cd5e7dfcb1f46afd200ab0ea1143fea3e2c0595a /src | |
| parent | Add missing headers to Mac process.cpp (diff) | |
| download | zen-e6a5a2afda3b33d218440d7311a24f61a9400b3d.tar.xz zen-e6a5a2afda3b33d218440d7311a24f61a9400b3d.zip | |
Fix trailing whitespace in service_cmd.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/cmds/service_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zen/cmds/service_cmd.cpp b/src/zen/cmds/service_cmd.cpp index a734504b8..3847c423d 100644 --- a/src/zen/cmds/service_cmd.cpp +++ b/src/zen/cmds/service_cmd.cpp @@ -471,7 +471,6 @@ ServiceCommand::Run(const ZenCliOptions& GlobalOptions, int argc, char** argv) } } - m_ServerExecutable = m_InstallPath / m_ServerExecutable.filename(); } |