Skip to content

Commit 6daaf2d

Browse files
committed
style: add missing newlines for linting
1 parent 66fbdbb commit 6daaf2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"python.formatting.provider": "black",
3-
"python.linting.flake8Enabled": true,
4-
"python.testing.pytestEnabled": true,
5-
}
2+
"python.formatting.provider": "black",
3+
"python.linting.flake8Enabled": true,
4+
"python.testing.pytestEnabled": true
5+
}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ services:
1616
POSTGRES_PASSWORD: postgres
1717

1818
ports:
19-
- "5432:5432"
19+
- "5432:5432"

0 commit comments

Comments
 (0)