summaryrefslogtreecommitdiff
path: root/tests/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/tests.rs')
-rw-r--r--tests/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs
index eb2a5f06..82876e6c 100644
--- a/tests/src/tests.rs
+++ b/tests/src/tests.rs
@@ -430,7 +430,7 @@ fn test(
if world.print.frames {
for frame in &document.pages {
- writeln!(output, "{:#?}\n", frame).unwrap();
+ writeln!(output, "{frame:#?}\n").unwrap();
}
}