Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Jan 21, 2024
1 parent dc99a00 commit 71f977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jlabel-question/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub enum AllQuestion {
Undefined(Question<UndefinedPotision>),
}

impl QuestionMatcher for AllQuestion{
impl QuestionMatcher for AllQuestion {
fn parse(patterns: &[&str]) -> Result<Self, ParseError> {
let [first, rest @ ..] = patterns else {
return Err(ParseError::Empty);
Expand Down

0 comments on commit 71f977d

Please sign in to comment.