Skip to content

Commit

Permalink
manual-strip: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Sep 15, 2020
1 parent ecbe9ac commit 79a0e51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clippy_lints/src/manual_strip.rs
Expand Up @@ -124,8 +124,7 @@ fn len_arg<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>) -> Option<&'tcx E
if match_def_path(cx, method_def_id, &paths::STR_LEN);
then {
Some(arg)
}
else {
} else {
None
}
}
Expand Down

0 comments on commit 79a0e51

Please sign in to comment.