chore: fix trailing spaces

This commit is contained in:
Reinaldy Rafli 2021-11-10 12:29:03 +07:00
parent b9dea2ba24
commit bb3bfb0579
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ jobs:
- name: Run go vet
run: go vet
- name: Test
run: go test -v -race -coverprofile=coverage.out -covermode=atomic -failfast