Skip to content

Commit d512c2b

Browse files
committed
add spaces
1 parent 43549eb commit d512c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for ImplicitHasher {
18131813
.and_then(|snip| Some(item.span.lo() + BytePos(snip.find("impl")? as u32 + 4)));
18141814
if let Some(pos) = pos {
18151815
Span::new(pos, pos, item.span.data().ctxt)
1816-
}else{
1816+
} else {
18171817
return;
18181818
}
18191819
});

0 commit comments

Comments
 (0)