Run prettier, to pass format-check

This commit is contained in:
Dave Olsthoorn
2020-08-11 19:20:52 +02:00
committed by Dave Olsthoorn
parent f4de3ae372
commit 469d66c201
3 changed files with 32 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
describe('setup-android', () => {
it('has sanity', async () => {
expect(true)
})
})
describe('setup-android', () => {
it('has sanity', async () => {
expect(true)
})
})