chore: prettier fixes

This commit is contained in:
Justin Starry
2020-03-24 12:03:26 +08:00
committed by Michael Vines
parent be53ab5aa4
commit b9ade46c41
3 changed files with 5 additions and 4 deletions

View File

@ -1296,8 +1296,9 @@ export class Connection {
}
if (attempts === 50) {
throw new Error(
`Unable to obtain a new blockhash after ${Date.now() -
startTime}ms`,
`Unable to obtain a new blockhash after ${
Date.now() - startTime
}ms`,
);
}