Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Dec 1, 2023
1 parent d38be8d commit ddc19cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nym-api/src/coconut/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub enum CoconutError {

#[error("There was a problem with the proposal id: {reason}")]
ProposalIdError { reason: String },

// I guess we should make this one a bit more detailed
#[error("The provided query arguments were invalid")]
InvalidQueryArguments,
Expand Down

0 comments on commit ddc19cf

Please sign in to comment.