From 1b93dd75569dfb1801799f5e43bec9ae3d1edb3b Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 31 May 2022 16:38:25 +0000 Subject: [PATCH] #1807: restore newline at end of file --- tests/extern/googletest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extern/googletest/CMakeLists.txt b/tests/extern/googletest/CMakeLists.txt index 47fc5e07aa..87fb399efe 100644 --- a/tests/extern/googletest/CMakeLists.txt +++ b/tests/extern/googletest/CMakeLists.txt @@ -33,4 +33,4 @@ if(BUILD_GMOCK) add_subdirectory( googlemock ) else() add_subdirectory( googletest ) -endif() \ No newline at end of file +endif()