Remove stray newline
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c5303fe..144e7a2 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -11,8 +11,7 @@
 
 #Test Binary
 
-file(GLOB sources CONFIGURE_DEPENDS ${
-  CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
+file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
 
 add_executable(SFrameTests ${sources})
 target_link_libraries(SFrameTests doctest::doctest SFrame OpenSSL::Crypto)