Remove trailing newline

This commit is contained in:
Oliver Scherer
2020-01-09 12:38:58 +01:00
parent c69ebaaed2
commit bfc7a7effd
-1
View File
@@ -626,4 +626,3 @@ fn qualify(ty: ty::Ty<'_>, kind: RetagKind) -> Option<(RefKind, bool)> {
Ok(())
}
}