Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Nov 23, 2023
1 parent 8e05502 commit 42ae70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ type AddresslistVotingProposal implements IProposal @entity {
endDate: BigInt!
creationBlockNumber: BigInt!
approvalReached: Boolean!
isSignaling: Boolean!
isSignaling: Boolean!
earlyExecutable: Boolean
executionDate: BigInt
executionBlockNumber: BigInt
Expand Down

0 comments on commit 42ae70a

Please sign in to comment.