Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 24, 2023
1 parent be5e583 commit 20a7e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-dbus-server/src/questions/answers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct Answer {
/// Data structure holding list of Answer.
#[derive(Serialize, Deserialize, PartialEq, Debug)]
pub struct Answers {
answers: Vec<Answer>
answers: Vec<Answer>,
}

impl Answers {
Expand Down

0 comments on commit 20a7e0a

Please sign in to comment.