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

@@ -325,9 +325,7 @@ export class BudgetProgram {
program: PublicKey,
to: PublicKey,
): Transaction {
const dataLayout = BufferLayout.struct([
BufferLayout.u32('instruction'),
]);
const dataLayout = BufferLayout.struct([BufferLayout.u32('instruction')]);
const data = Buffer.alloc(dataLayout.span);
dataLayout.encode(