Adds newline for GCC.
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
2021-10-29 23:55:41 +02:00
parent cb6725ab5e
commit d55b40f3d0

View File

@@ -34,4 +34,4 @@
} catch (const std::exception& e) { \
THROW("Exception setting up script hook '" #hookName "': " << e.what()) \
} \
}
}