Skip to content

Commit 3ccf15e

Browse files
committed
Whitespace
1 parent 601edd7 commit 3ccf15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
poetry install
2121
- save_cache:
2222
key: deps-{{ checksum "poetry.lock" }}
23-
paths:
23+
paths:
2424
- /home/circleci/.cache/pypoetry/virtualenvs
2525

2626
- run:
@@ -49,7 +49,7 @@ workflows:
4949
build:
5050
jobs:
5151
- build
52-
52+
5353
build-deploy:
5454
jobs:
5555
- build:

0 commit comments

Comments
 (0)