diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 15:46:43 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 15:47:56 +0200 |
| commit | c3a7f98683d8c017f6a0dc3e884f2397670563e6 (patch) | |
| tree | 37bc2bc7255f913bd52fc9ed3103138e8c594bfc /zencore-test | |
| parent | Improved package serialization to allow round tripping (diff) | |
| download | zen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.tar.xz zen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.zip | |
clang-format fixes
Diffstat (limited to 'zencore-test')
| -rw-r--r-- | zencore-test/zencore-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore-test/zencore-test.cpp b/zencore-test/zencore-test.cpp index 1782f1926..559349076 100644 --- a/zencore-test/zencore-test.cpp +++ b/zencore-test/zencore-test.cpp @@ -1,8 +1,8 @@ // zencore-test.cpp : Defines the entry point for the console application. // -#include <zencore/zencore.h> #include <zencore/logging.h> +#include <zencore/zencore.h> #define DOCTEST_CONFIG_IMPLEMENT #include <doctest/doctest.h> |