chore: prettier fixes
This commit is contained in:
committed by
Michael Vines
parent
be53ab5aa4
commit
b9ade46c41
@ -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`,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user