match indentation to rest of file

This commit is contained in:
Suhas 2021-02-06 20:15:01 -05:00
parent 2642cdef22
commit ddebb67f85

View file

@ -1,9 +1,10 @@
Feature: Custom formats Feature: Custom formats
Scenario: Pretty Printing aka the Default Scenario: Pretty Printing aka the Default
Given We use the config "pretty.yaml" Given We use the config "pretty.yaml"
When we run "jrnl --format pretty -3" When we run "jrnl --format pretty -3"
Then we should get no error Then we should get no error
And the output should be pretty printed And the output should be pretty printed
Scenario Outline: JSON format Scenario Outline: JSON format
Given we use the config "<config>.yaml" Given we use the config "<config>.yaml"