From 3cf35955791299423d99dcceaa3909843485d73e Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov <61391551+kuznetsov-m@users.noreply.github.com> Date: Thu, 23 Apr 2020 01:16:19 +0300 Subject: [PATCH] Replaced spaces on tabs (#3555) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6335586e0b..cf5026cd78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,8 +5,8 @@ path = cmake/external/googletest url = https://github.com/google/googletest.git [submodule "cmake/external/onnx"] - path = cmake/external/onnx - url = https://github.com/onnx/onnx + path = cmake/external/onnx + url = https://github.com/onnx/onnx [submodule "cmake/external/tvm"] path = cmake/external/tvm url = https://github.com/microsoft/onnxruntime-tvm.git