Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Galimede committed Nov 2, 2020
1 parent 341a16e commit a43084b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "Hello World"
- checkout
- run: echo "hello world"

0 comments on commit a43084b

Please sign in to comment.