Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Nov 28, 2024
1 parent a68f84c commit f985c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/tests/samples_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ impl TestExecution {
}
}

writeln!(out, "").unwrap();
writeln!(out).unwrap();
if let Some(description) = description {
writeln!(out, "description: {description}").unwrap();
}
Expand Down

0 comments on commit f985c5e

Please sign in to comment.