Browse Source

Coding convention fix

Jérôme Leclercq 4 years ago
parent
commit
f12cd2b704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libcurl/xmake.lua

+ 1 - 1
packages/l/libcurl/xmake.lua

@@ -22,7 +22,7 @@ package("libcurl")
     end
 
     on_install("windows", function (package)
-        local configs = { "-DBUILD_TESTING=OFF" }
+        local configs = {"-DBUILD_TESTING=OFF"}
         import("package.tools.cmake").install(package, configs)
     end)