From 23b175e41a63e71b6e53325c46071a787b2d6ab5 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 7 Dec 2020 04:38:15 -0700 Subject: [PATCH] remove trailing spaces in UI model for preview --- preview-src/ui-model.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/preview-src/ui-model.yml b/preview-src/ui-model.yml index b577f61..085dfe9 100644 --- a/preview-src/ui-model.yml +++ b/preview-src/ui-model.yml @@ -9,10 +9,10 @@ site: url: '#' versions: - &latest_version_abc - url: '#' + url: '#' version: '1.1' displayVersion: '1.1' - - url: '#' + - url: '#' version: '1.0' displayVersion: '1.0' latestVersion: *latest_version_abc @@ -27,13 +27,13 @@ site: displayVersion: '6.0' - &component_version title: *component_title - url: '#' + url: '#' version: '5.2' displayVersion: '5.2' - - url: '#' + - url: '#' version: '5.1' displayVersion: '5.1' - - url: '#' + - url: '#' version: '5.0' displayVersion: '5.0' latestVersion: *latest_version_xyz @@ -42,13 +42,13 @@ site: url: '#' versions: - &latest_version_123 - url: '#' + url: '#' version: '2.2' displayVersion: '2.2' - - url: '#' + - url: '#' version: '2.1' displayVersion: '2.1' - - url: '#' + - url: '#' version: '2.0' displayVersion: '2.0' latestVersion: *latest_version_123 -- 2.11.0