Skip to content

Commit 97bb925

Browse files
authored
fix missing newline at EOF (to avoid future diff issues) (#822)
1 parent f76060c commit 97bb925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ target_link_libraries(test_host matx::matx)
6767

6868
if(MATX_EN_PYBIND11)
6969
add_subdirectory(python_integration_sample)
70-
endif()
70+
endif()

0 commit comments

Comments
 (0)