Skip to content

Commit

Permalink
Update diff.rs (rust-lang#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishikoh authored and ytmimi committed Apr 3, 2022
1 parent 7d6ca7c commit cbaa837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emitter/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Emitter for DiffEmitter {
} else {
print_diff(
mismatch,
|line_num| format!("Diff in {} at line {}:", filename, line_num),
|line_num| format!("Diff in {}:{}:", filename, line_num),
&self.config,
);
}
Expand Down

0 comments on commit cbaa837

Please sign in to comment.