From 0ddac3b0f04b53d590758cc3baa66ab938937ebc Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Wed, 12 Jan 2022 12:53:22 +0200 Subject: [PATCH] Style --- test/style/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" )