diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:40:28 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:40:28 +0100 |
commit | aa2d2e05bc90b90ab503eff1f58bfc8c2b9c1741 (patch) | |
tree | 3414ab2156316592da2c2fa215f6eb2a28e6b4c5 /src/crepe | |
parent | bcfa2d9543c2fc7d83003b243e526ab64efab6e1 (diff) |
`make format`
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/Engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Engine.cpp b/src/crepe/api/Engine.cpp index bfc1c4a..35743e3 100644 --- a/src/crepe/api/Engine.cpp +++ b/src/crepe/api/Engine.cpp @@ -70,4 +70,3 @@ void Engine::loop() { } } } - |