From 5ba05b8eabb28568e5946438012feb62573b49b8 Mon Sep 17 00:00:00 2001 From: Martin Rademacher Date: Fri, 9 Aug 2024 11:01:18 +1200 Subject: [PATCH] Fix yaml formatting (#1641) --- tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml | 8 ++++---- tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml b/tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml index eccdf87cb..a0b4cc754 100644 --- a/tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml +++ b/tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml @@ -18,8 +18,8 @@ components: description: 'Property value.' type: string other: - description: 'Other value.' - type: string + description: 'Other value.' + type: string thename: description: 'Property name.' type: string @@ -27,6 +27,6 @@ components: description: 'Property meta.' type: string different: - description: 'Property different.' - type: string + description: 'Property different.' + type: string type: object diff --git a/tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml b/tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml index e7059d6c3..57e190143 100644 --- a/tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml +++ b/tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml @@ -18,8 +18,8 @@ components: description: 'Property value.' type: string other: - description: 'Other value.' - type: string + description: 'Other value.' + type: string thename: description: 'Property name.' type: string @@ -27,6 +27,6 @@ components: description: 'Property meta.' type: string different: - description: 'Property different.' - type: string + description: 'Property different.' + type: string type: object