Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri committed Oct 13, 2015
1 parent 1bdf4ad commit 5b8335e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/libfmt_macros/lib.rs
Expand Up @@ -421,11 +421,7 @@ impl<'a> Parser<'a> {
break
}
}
if found {
Some(cur)
} else {
None
}
if found { Some(cur) } else { None }
}
}

Expand Down

0 comments on commit 5b8335e

Please sign in to comment.