Skip to content

Commit

Permalink
rm newline
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Nov 8, 2024
1 parent 19352be commit 80bf254
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/gno.land/p/demo/simpledao/propstore.gno
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ const maxRequestProposals = 10

// proposal is the internal simpledao proposal implementation
type proposal struct {
author std.Address // initiator of the proposal

description string // description of the proposal
author std.Address // initiator of the proposal
description string // description of the proposal

executor dao.Executor // executor for the proposal
status dao.ProposalStatus // status of the proposal
Expand Down

0 comments on commit 80bf254

Please sign in to comment.