Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 17, 2024
1 parent e1bcdde commit 13b0e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/specs_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ fn run_graph_test(test: &CollectedTest) {
deno_graph::FastCheckTypeModuleSlot::Error(diagnostics) => {
let mut printed_diagnostics = "".to_owned();
for diagnostic in diagnostics {
write!(&mut printed_diagnostics, "{}", diagnostic.display())
.unwrap();
write!(&mut printed_diagnostics, "{}", diagnostic.display()).unwrap();
}
output_text.push_str(&indent(&printed_diagnostics));
}
Expand Down

0 comments on commit 13b0e84

Please sign in to comment.