templates: c++-cmake: fix formatting
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-16 22:44:24 +00:00
parent c5e5bee206
commit 7e361aff9d

View file

@ -12,4 +12,4 @@ target_link_libraries(dummy_test PRIVATE
)
gtest_discover_tests(dummy_test)
endif (${GTest_FOUND})
endif()