mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Write two newlines intentionally
This commit is contained in:
parent
4d9fa6fa77
commit
15efbc6e8d
@ -564,8 +564,7 @@ fn write_out_deps(tcx: TyCtxt<'_>, outputs: &OutputFilenames, out_filenames: &[P
|
||||
write!(file, " checksum:{checksum_hash} file_len:{file_len}")
|
||||
})?;
|
||||
}
|
||||
writeln!(file)?;
|
||||
writeln!(file)?;
|
||||
write!(file, "\n\n")?;
|
||||
}
|
||||
|
||||
// Emit a fake target for each input file to the compilation. This
|
||||
|
Loading…
Reference in New Issue
Block a user