Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Apr 9, 2024
1 parent 520fe1d commit ee0d4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/proposalBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export type CreateProposalMetadata = {

export enum ProposalBuilderMode {
PROPOSAL = 'PROPOSAL',
TEMPLATE = 'TEMPLATE'
};
TEMPLATE = 'TEMPLATE',
}
export type CreateProposalForm = {
transactions: CreateProposalTransaction[];
proposalMetadata: CreateProposalMetadata;
Expand Down

0 comments on commit ee0d4fd

Please sign in to comment.