From ddebb67f85bb584e54898339ab7de8fbe2cffafe Mon Sep 17 00:00:00 2001 From: Suhas Date: Sat, 6 Feb 2021 20:15:01 -0500 Subject: [PATCH] match indentation to rest of file --- features/format.feature | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/features/format.feature b/features/format.feature index 8989a549..b6dcede2 100644 --- a/features/format.feature +++ b/features/format.feature @@ -1,9 +1,10 @@ Feature: Custom formats + Scenario: Pretty Printing aka the Default - Given We use the config "pretty.yaml" - When we run "jrnl --format pretty -3" - Then we should get no error - And the output should be pretty printed + Given We use the config "pretty.yaml" + When we run "jrnl --format pretty -3" + Then we should get no error + And the output should be pretty printed Scenario Outline: JSON format Given we use the config ".yaml"