From 97bb925f28b6d69dd1b8dd255f6298082e71b7a4 Mon Sep 17 00:00:00 2001 From: Aart Bik Date: Wed, 15 Jan 2025 07:46:05 -0800 Subject: [PATCH] fix missing newline at EOF (to avoid future diff issues) (#822) --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2397c5090..1a8a10c44 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -67,4 +67,4 @@ target_link_libraries(test_host matx::matx) if(MATX_EN_PYBIND11) add_subdirectory(python_integration_sample) -endif() \ No newline at end of file +endif()