From c4fd45ca38702940a647f306c524a2cc3d6ad3a3 Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Thu, 26 May 2022 13:06:28 +0100 Subject: [PATCH] More identation fun --- testdata/openapi2/src/description-print-var/want.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/openapi2/src/description-print-var/want.yaml b/testdata/openapi2/src/description-print-var/want.yaml index f7890a8..38bc40f 100644 --- a/testdata/openapi2/src/description-print-var/want.yaml +++ b/testdata/openapi2/src/description-print-var/want.yaml @@ -3,9 +3,9 @@ info: title: x version: x consumes: -- application/json + - application/json produces: -- application/json + - application/json paths: /path: post: