Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3053c50

Browse files
committed
Fix indentation
1 parent c240423 commit 3053c50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ jobs:
33
lint:
44
docker:
55
- image: circleci/golang:1.13
6-
steps:
7-
- checkout
8-
- run: make lint-tools
9-
- run: make lint
6+
steps:
7+
- checkout
8+
- run: make lint-tools
9+
- run: make lint
1010
test:
1111
docker:
1212
- image: circleci/golang:1.13

0 commit comments

Comments
 (0)