diff --git a/.gitpod/conan/remotes.json b/.gitpod/conan/remotes.json index 0e6cfbe1..602bedc4 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 + } + ] +}