diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 15:50:13 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 15:50:13 +0100 |
commit | 5e59c22f77073fdf49bf98697da6a68819eb5776 (patch) | |
tree | ed53c8306c93825e9a33d642ae976ec97eb94fb1 /src/example/log.cpp | |
parent | 7ec392eda3345606f0de75a432954b221cee82ce (diff) |
`make format`
Diffstat (limited to 'src/example/log.cpp')
-rw-r--r-- | src/example/log.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/log.cpp b/src/example/log.cpp index 13d592b..5baa021 100644 --- a/src/example/log.cpp +++ b/src/example/log.cpp @@ -23,7 +23,6 @@ int main() { Log::logf("info message with variable: {}", 3); Log::logf(Log::Level::WARNING, "warning"); Log::logf(Log::Level::ERROR, "error"); - return 0; } |