From def47780cce1c6af5b33ad76839f27a0a9af18eb Mon Sep 17 00:00:00 2001 From: Junil Kim Date: Fri, 8 Nov 2024 15:41:26 +0900 Subject: [PATCH] fix: add a new line to the end of the file --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10073d181..c1d041640 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,4 +220,5 @@ endif() if(LLAMA_DOCS) add_subdirectory(docs-api) -endif() \ No newline at end of file +endif() +