Skip to content

Commit

Permalink
Write two newlines intentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Oct 2, 2024
1 parent 4d9fa6f commit 15efbc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/rustc_interface/src/passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15efbc6

Please sign in to comment.