From 8d04b757d3759cb5ca62113000a5f4a886c44b22 Mon Sep 17 00:00:00 2001 From: Tristan Penman Date: Tue, 30 Aug 2022 14:31:28 +1200 Subject: [PATCH] Fix whitespace in .gitmodules --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 97c840e..e82dd71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,19 +1,19 @@ [submodule "thirdparty/picojson"] path = thirdparty/picojson - url = https://github.com/tristanpenman/picojson.git - shallow = true + url = https://github.com/tristanpenman/picojson.git + shallow = true [submodule "thirdparty/rapidjson"] path = thirdparty/rapidjson - url = https://github.com/Tencent/rapidjson.git - shallow = true + url = https://github.com/Tencent/rapidjson.git + shallow = true [submodule "thirdparty/nlohmann-json"] path = thirdparty/nlohmann-json url = https://github.com/nlohmann/json.git shallow = true [submodule "thirdparty/yaml-cpp"] path = thirdparty/yaml-cpp - url = https://github.com/jbeder/yaml-cpp.git - shallow = true + url = https://github.com/jbeder/yaml-cpp.git + shallow = true [submodule "thirdparty/jsoncpp"] path = thirdparty/jsoncpp url = https://github.com/open-source-parsers/jsoncpp.git