style: Prettify

This commit is contained in:
Tyera Eulberg
2019-05-23 10:44:55 -06:00
committed by Michael Vines
parent 34cb08bd84
commit 41d14bec22
2 changed files with 7 additions and 3 deletions

View File

@ -17,8 +17,10 @@ export function mockGetRecentBlockhash() {
error: null,
result: [
recentBlockhash.publicKey.toBase58(),
{ /* empty fee calculator */}
]
{
/* empty fee calculator */
},
],
},
]);
}