Skip to content

Commit 1fd75f1

Browse files
committed
indent
1 parent 4bca565 commit 1fd75f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if has_config("tests") then
130130
-- Tests target
131131
target("tests")
132132
set_kind("binary")
133-
add_packages("cpr","nlohmann_json", "marisa", "catch2", "rdricpp", "mecab")
133+
add_packages("cpr", "nlohmann_json", "marisa", "catch2", "rdricpp", "mecab")
134134
add_files("src/*.cpp", "tests/*.cpp")
135135
remove_files("src/main.cpp")
136136
set_pcxxheader("src/precompiled.h")

0 commit comments

Comments
 (0)