From de4933e0930d9a9f1a5b71b8422ed6aa428e57cc Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 12 Jul 2020 17:39:36 +0200 Subject: [PATCH] :art: fix format --- test/src/unit-alt-number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-alt-number.cpp b/test/src/unit-alt-number.cpp index 2ab60bd1d..eae50f141 100644 --- a/test/src/unit-alt-number.cpp +++ b/test/src/unit-alt-number.cpp @@ -99,7 +99,7 @@ TEST_CASE("Alternative number types") } } -// 128-bit arithmetic does not work with sanitizers + // 128-bit arithmetic does not work with sanitizers #if defined(__SIZEOF_INT128__) && !defined(__SANITIZE_ADDRESS__) SECTION("128 bit integers") {