We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3eee7 commit 323b214Copy full SHA for 323b214
library/test/src/formatters/junit.rs
@@ -189,7 +189,7 @@ impl<T: Write> OutputFormatter for JunitFormatter<T> {
189
compilation_time: f64,
190
) -> io::Result<()> {
191
self.write_message(&format!(
192
- "<report total_time=\"{total_time}\" compilation_time=\"{compilation_time}\"></report>\n",
+ "<report total_time=\"{total_time}\" compilation_time=\"{compilation_time}\"></report>",
193
))
194
}
195
0 commit comments