Add line space at end of test files

This commit is contained in:
Eoin McAfee 2021-06-01 14:23:06 +01:00
parent 1ebf5b7d43
commit a0b83140fe
7 changed files with 7 additions and 7 deletions

View file

@ -3,4 +3,4 @@ load: plugin.starlark
data: data:
stepName: my_step stepName: my_step
image: my_image image: my_image
commands: my_command commands: my_command

View file

@ -3,4 +3,4 @@ load: plugin.jsonnet
data: data:
stepName: my_step stepName: my_step
image: my_image image: my_image
commands: my_command commands: my_command

View file

@ -11,4 +11,4 @@ def main(ctx):
] ]
} }
] ]
} }

View file

@ -1 +1 @@
{"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]} {"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]}

View file

@ -3,4 +3,4 @@ load: plugin.starlark
data: data:
stepName: my_step stepName: my_step
image: my_image image: my_image
commands: my_command commands: my_command

View file

@ -7,4 +7,4 @@ CREATE TABLE IF NOT EXISTS templates (
,template_data BYTEA ,template_data BYTEA
,template_created INTEGER ,template_created INTEGER
,template_updated INTEGER ,template_updated INTEGER
); );

View file

@ -7,4 +7,4 @@ CREATE TABLE IF NOT EXISTS templates (
,template_data BLOB ,template_data BLOB
,template_created INTEGER ,template_created INTEGER
,template_updated INTEGER ,template_updated INTEGER
); );