Skip to content

Commit bb02e4e

Browse files
committed
Fix handlebars indent
1 parent 9a0b6ee commit bb02e4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/bluecoat/data_stream/director/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- preserve_original_event
99
{{/if}}
1010
{{#each tags as |tag i|}}
11-
- {{tag}}
11+
- {{tag}}
1212
{{/each}}
1313
fields_under_root: true
1414
fields:

packages/bluecoat/data_stream/director/agent/stream/tcp.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- preserve_original_event
66
{{/if}}
77
{{#each tags as |tag i|}}
8-
- {{tag}}
8+
- {{tag}}
99
{{/each}}
1010
fields_under_root: true
1111
fields:

packages/bluecoat/data_stream/director/agent/stream/udp.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55
- preserve_original_event
66
{{/if}}
77
{{#each tags as |tag i|}}
8-
- {{tag}}
8+
- {{tag}}
99
{{/each}}
1010
fields_under_root: true
1111
fields:

0 commit comments

Comments
 (0)