From 4f6cab176a4fe694d303492f7f8c350b8b37e37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 7 Jun 2021 11:36:26 +0200 Subject: Cleanup: remove trailing space from pipeline_config.json Remove trailing spaces from `pipeline_config.json` No functional changes. --- build_files/config/pipeline_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build_files/config/pipeline_config.json b/build_files/config/pipeline_config.json index 47318b2f7dc..c9a5e25eaaf 100644 --- a/build_files/config/pipeline_config.json +++ b/build_files/config/pipeline_config.json @@ -11,7 +11,7 @@ { "path": "source/tools", "branch": "master", "commit_id": "HEAD" } ] }, - "svn": + "svn": { "tests": { "path": "lib/tests", "branch": "trunk", "commit_id": "HEAD" }, "libraries": @@ -47,7 +47,7 @@ "cmake": { "default": - { + { "version": "any", "overrides": { @@ -58,28 +58,28 @@ { "overrides": { - + } }, "darwin-arm64": { "overrides": { - + } }, "linux-x86_64": { "overrides": { - + } }, "windows-amd64": { "overrides": { - + } } } -- cgit v1.2.3