Skip to content

Commit

Permalink
remove whitespace from autgenerated graphql schema
Browse files Browse the repository at this point in the history
in order to please the editorconfig check
  • Loading branch information
ecioppettini committed Nov 11, 2021
1 parent 8552a34 commit 290a9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions explorer/src/api/graphql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,7 @@ impl VotePlanStatus {
}
ExplorerVoteTally::Private { results, options } => {
TallyStatus::Private(TallyPrivateStatus {
results: results
.map(|res| res.iter().map(Into::into).collect()),
results: results.map(|res| res.iter().map(Into::into).collect()),
options: options.into(),
})
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ type Proposal {

"""
get the vote options range
this is the available range of choices to make for the given
proposal. all casted votes for this proposals ought to be in
within the given range
Expand Down

0 comments on commit 290a9c6

Please sign in to comment.