Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hromero committed Jan 3, 2019
1 parent bff5d67 commit d35f439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: circleci/node
docker:
- image: circleci/node
steps:
- run: yarn install
- run: yarn test:unit
Expand Down

0 comments on commit d35f439

Please sign in to comment.