chore: run pretty
This commit is contained in:
@@ -277,9 +277,7 @@ export class BudgetProgram {
|
||||
|
||||
default:
|
||||
throw new Error(
|
||||
`A maximum of two conditions are support: ${
|
||||
conditions.length
|
||||
} provided`,
|
||||
`A maximum of two conditions are support: ${conditions.length} provided`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@@ -203,9 +203,7 @@ export class Transaction {
|
||||
|
||||
if (numRequiredSignatures > this.signatures.length) {
|
||||
throw new Error(
|
||||
`Insufficent signatures: expected ${numRequiredSignatures} but got ${
|
||||
this.signatures.length
|
||||
}`,
|
||||
`Insufficent signatures: expected ${numRequiredSignatures} but got ${this.signatures.length}`,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user