chore: npm run pretty

This commit is contained in:
Michael Vines
2019-03-19 12:54:47 -07:00
parent 5c6c3a8ea8
commit c78ca47547
5 changed files with 8 additions and 16 deletions

View File

@ -49,7 +49,9 @@ declare module '@solana/web3.js' {
};
declare type AccountChangeCallback = (accountInfo: AccountInfo) => void;
declare type ProgramAccountChangeCallback = (keyedAccountInfo: KeyedAccountInfo) => void;
declare type ProgramAccountChangeCallback = (
keyedAccountInfo: KeyedAccountInfo,
) => void;
declare export type SignatureStatus =
| 'Confirmed'