From f41ae419de8ca29353c185dc7f58f00b8791882f Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Fri, 9 Aug 2024 10:58:26 +1200 Subject: [PATCH] Fix yaml formatting --- 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 eccdf87c..a0b4cc75 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 e7059d6c..57e19014 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