diff --git a/CMakeLists.txt b/CMakeLists.txt index 6565b52..092f61a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,4 +22,4 @@ target_link_libraries(TwoBot-demo TwoBot) if(MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /utf-8") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /utf-8") -endif() \ No newline at end of file +endif()