Skip to content

Commit

Permalink
Fix yaml formatting (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann authored Aug 8, 2024
1 parent e462ff5 commit 5ba05b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/Fixtures/Scratch/PromotedProperty3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ components:
description: 'Property value.'
type: string
other:
description: 'Other value.'
type: string
description: 'Other value.'
type: string
thename:
description: 'Property name.'
type: string
themeta:
description: 'Property meta.'
type: string
different:
description: 'Property different.'
type: string
description: 'Property different.'
type: string
type: object
8 changes: 4 additions & 4 deletions tests/Fixtures/Scratch/PromotedProperty3.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ components:
description: 'Property value.'
type: string
other:
description: 'Other value.'
type: string
description: 'Other value.'
type: string
thename:
description: 'Property name.'
type: string
themeta:
description: 'Property meta.'
type: string
different:
description: 'Property different.'
type: string
description: 'Property different.'
type: string
type: object

0 comments on commit 5ba05b8

Please sign in to comment.