Skip to content

Commit

Permalink
fix trailing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Feb 23, 2022
1 parent dc6038e commit 85ce7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Util/yaml_fixtures/add_item_on_config_with_bind.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
arguments:
- argument_1: something
argument_2: something

===
$data['services']['app.service']['arguments'][0]['argument_3'] = 'something_new';
===
Expand All @@ -26,4 +27,3 @@ services:
- argument_1: something
argument_2: something
argument_3: something_new

0 comments on commit 85ce7c5

Please sign in to comment.