From c71d933d5bb0c606ad194a858af8f8d63a037505 Mon Sep 17 00:00:00 2001 From: FSSRepo Date: Fri, 6 Oct 2023 09:53:36 -0400 Subject: [PATCH] ci: wrong indent style fixed --- common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 2ce3c7c75..ac7189cd2 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -11,8 +11,8 @@ add_library(${TARGET} OBJECT grammar-parser.cpp train.h train.cpp - json.hpp - httplib.h + json.hpp + httplib.h ) if (BUILD_SHARED_LIBS)