1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 18:48:55 +08:00

fix lint errors

This commit is contained in:
lana-k
2021-04-11 22:19:14 +02:00
parent b2d21cc859
commit 9ce1c27cf5
3 changed files with 8 additions and 9 deletions

View File

@@ -27,4 +27,4 @@ describe('time.js', () => {
expect(time.getPeriod(start, end)).to.equal('45 ms')
})
})
})