Remove trailing newline

This commit is contained in:
Oliver Scherer 2020-01-09 12:38:58 +01:00
parent c69ebaaed2
commit bfc7a7effd

View file

@ -626,4 +626,3 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
Ok(())
}
}