From 79591bca0b0b98f81c704fc870ec9765bc84c8bc Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 3 Feb 2024 17:46:25 +0000 Subject: [PATCH] style: more whitespaces fixed --- .gitpod/conan/remotes.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitpod/conan/remotes.json b/.gitpod/conan/remotes.json index 0e6cfbe19..602bedc45 100644 --- a/.gitpod/conan/remotes.json +++ b/.gitpod/conan/remotes.json @@ -1,14 +1,14 @@ { - "remotes": [ - { - "name": "conancenter", - "url": "https://center.conan.io", - "verify_ssl": true - }, - { - "name": "conan-gitpod-mp-units", - "url": "https://mpusz.jfrog.io/artifactory/api/conan/conan-gitpod-mp-units", - "verify_ssl": true - } - ] -} \ No newline at end of file + "remotes": [ + { + "name": "conancenter", + "url": "https://center.conan.io", + "verify_ssl": true + }, + { + "name": "conan-gitpod-mp-units", + "url": "https://mpusz.jfrog.io/artifactory/api/conan/conan-gitpod-mp-units", + "verify_ssl": true + } + ] +}