diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 18:56:41 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 18:56:41 +0100 |
commit | ba8c5d5feae48036405f3cdd920dac421fdb6184 (patch) | |
tree | 6c96dda8693b3ef2da7de3190bbef18221ad9b64 /src/test/main.cpp | |
parent | 004ee3aafb6beb4e984877186bced560010f4ddb (diff) |
`make format`
Diffstat (limited to 'src/test/main.cpp')
-rw-r--r-- | src/test/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/main.cpp b/src/test/main.cpp index e03a989..aece72d 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -28,4 +28,3 @@ int main(int argc, char ** argv) { return RUN_ALL_TESTS(); } - |