diff options
Diffstat (limited to 'NorthstarDedicatedTest/configurables.cpp')
-rw-r--r-- | NorthstarDedicatedTest/configurables.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/configurables.cpp b/NorthstarDedicatedTest/configurables.cpp index 6b9f8e26..389e6e0b 100644 --- a/NorthstarDedicatedTest/configurables.cpp +++ b/NorthstarDedicatedTest/configurables.cpp @@ -2,7 +2,10 @@ #include "pch.h" #include "configurables.h" -std::string GetNorthstarPrefix() { return NORTHSTAR_FOLDER_PREFIX; } +std::string GetNorthstarPrefix() +{ + return NORTHSTAR_FOLDER_PREFIX; +} void parseConfigurables() { |