diff --git a/test/style/CMakeLists.txt b/test/style/CMakeLists.txt index 5dbf35c..9def3da 100644 --- a/test/style/CMakeLists.txt +++ b/test/style/CMakeLists.txt @@ -8,8 +8,7 @@ CPMAddPackage( NAME Format.cmake VERSION 1.7.3 GITHUB_REPOSITORY TheLartians/Format.cmake - - # We exclude cmake files from integration tests as they contain invalid lines - # of code which are used by the integration test scripts + # We exclude cmake files from integration tests as they contain invalid lines of code which are + # used by the integration test scripts OPTIONS "CMAKE_FORMAT_EXCLUDE integration/templates" )