manual-strip: Fix formatting

This commit is contained in:
Michael Wright 2020-09-15 21:25:03 +02:00
parent ecbe9ac0e9
commit 79a0e5110a

View file

@ -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
}
}