Skip to content

Commit 21ca532

Browse files
authored
gitlab: add missing newlines (#309)
A couple testdata files had missing newlines, rather than go back and forth again on the PR I'm just doing it myself.
1 parent d4f731b commit 21ca532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/gitlab/testdata/changed_line/formatted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ services:
1515
image: postgres:14
1616
environment:
1717
- POSTGRES_DB=myapp
18-
- POSTGRES_USER=admin
18+
- POSTGRES_USER=admin

internal/gitlab/testdata/changed_line/original.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ services:
1515
image: postgres:14
1616
environment:
1717
- POSTGRES_DB=myapp
18-
- POSTGRES_USER=admin
18+
- POSTGRES_USER=admin

0 commit comments

Comments
 (0)