aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg-test/strings.cpp
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-07-11 21:07:51 -0700
committerGitHub <noreply@github.com>2020-07-11 21:07:51 -0700
commit0523b5eb57341e44fc0551900e5803b13686821a (patch)
treec464a61728109f64f7891ebaebfa44195b91d65d /toolsrc/src/vcpkg-test/strings.cpp
parent544f8e4593764f78faa94bac2adb81cca5232943 (diff)
downloadvcpkg-0523b5eb57341e44fc0551900e5803b13686821a.tar.gz
vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.zip
[vcpkg formatting] Fix format regex (#12369)
* [vcpkg formatting] correct the header regexes * format
Diffstat (limited to 'toolsrc/src/vcpkg-test/strings.cpp')
-rw-r--r--toolsrc/src/vcpkg-test/strings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg-test/strings.cpp b/toolsrc/src/vcpkg-test/strings.cpp
index da3198976..95a6de2af 100644
--- a/toolsrc/src/vcpkg-test/strings.cpp
+++ b/toolsrc/src/vcpkg-test/strings.cpp
@@ -1,13 +1,13 @@
#include <catch2/catch.hpp>
+#include <vcpkg/base/strings.h>
+
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>
-#include <vcpkg/base/strings.h>
-
TEST_CASE ("b32 encoding", "[strings]")
{
using u64 = uint64_t;