From a02c12a5685e41ba1dfd7018a9ba9ea33c17c694 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 24 May 2022 17:28:02 +0000 Subject: [PATCH] #1807: remove whitespace --- tests/extern/googletest/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/extern/googletest/CMakeLists.txt b/tests/extern/googletest/CMakeLists.txt index 85d062fc4a..47fc5e07aa 100644 --- a/tests/extern/googletest/CMakeLists.txt +++ b/tests/extern/googletest/CMakeLists.txt @@ -33,5 +33,4 @@ if(BUILD_GMOCK) add_subdirectory( googlemock ) else() add_subdirectory( googletest ) -endif() - +endif() \ No newline at end of file