formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker
2021-05-10 12:41:00 +02:00
parent e7ad5656e3
commit 3bc5538a69
4 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ describe ('key store', () => {
clock_finalize ();
});
const keys: {key:string, sign:string, iat:number}[] = [];
const keys: {key: string, sign: string, iat: number}[] = [];
it ('should generate a new key', async () => {
const iat = (new Date)