Skip to content

Commit ad972b0

Browse files
committed
fix format
1 parent 243baf1 commit ad972b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/cxx-oot-build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CMAKE_CXX_STANDARD 17)
3333
set(CMAKE_CXX_STANDARD_REQUIRED ON)
3434

3535
set(SOURCE_FILES ${CMAKE_SOURCE_DIR}/src/HelloWorld.cpp
36-
${CMAKE_SOURCE_DIR}/src/main.cpp)
36+
${CMAKE_SOURCE_DIR}/src/main.cpp)
3737

3838
set(EXE_NAME oot)
3939

0 commit comments

Comments
 (0)