Trailing space ;-)

This commit is contained in:
Christian Clauss
2020-05-05 22:25:32 +02:00
committed by GitHub
parent 1b26a1b097
commit 62f96e8c39

View File

@ -15,7 +15,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install standard --save-dev
npx standard
npx standard
cd linear-algebra-javascript
npm ci
npm run build --if-present