add spaces

This commit is contained in:
Pascal Seitz 2018-09-10 09:03:33 +02:00
parent 43549ebbf8
commit d512c2bcce
1 changed files with 1 additions and 1 deletions

View File

@ -1813,7 +1813,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for ImplicitHasher {
.and_then(|snip| Some(item.span.lo() + BytePos(snip.find("impl")? as u32 + 4)));
if let Some(pos) = pos {
Span::new(pos, pos, item.span.data().ctxt)
}else{
} else {
return;
}
});