Reformat code

This commit is contained in:
badaix 2025-01-17 08:43:22 +01:00
parent 5ad76c0f18
commit 5e7bb12efb

View file

@ -1,7 +1,6 @@
find_package(Catch2 3 QUIET)
if (NOT Catch2_FOUND)
if(NOT Catch2_FOUND)
message(STATUS "Catch2 not found, fetching it")
include(FetchContent)