🎨 fix format

parent aba37d00
...@@ -99,7 +99,7 @@ TEST_CASE("Alternative number types") ...@@ -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__) #if defined(__SIZEOF_INT128__) && !defined(__SANITIZE_ADDRESS__)
SECTION("128 bit integers") SECTION("128 bit integers")
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment