diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-11 12:37:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-11 12:37:20 +0100 |
| commit | 0cfce1de7e82e20fbc48474ca59f5754ba2e66da (patch) | |
| tree | 8a9bf2819e61899b34cf1cd3d977556b8d196317 /tests/typeset.rs | |
| parent | 1cbd5f3051ba90b3f673bc2f6319192d05381719 (diff) | |
Switch to miniz_oxide 🔼
Diffstat (limited to 'tests/typeset.rs')
| -rw-r--r-- | tests/typeset.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 037bd7ef..012aff63 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -217,7 +217,7 @@ fn parse_diags(src: &str, map: &LineMap) -> SpanVec<Diag> { fn print_diag(diag: &Spanned<Diag>, map: &LineMap) { let start = map.location(diag.span.start).unwrap(); let end = map.location(diag.span.end).unwrap(); - println!("{}: {}-{}: {}", diag.v.level, start, end, diag.v.message,); + println!("{}: {}-{}: {}", diag.v.level, start, end, diag.v.message); } fn draw(layouts: &[BoxLayout], env: &Env, pixel_per_pt: f32) -> Canvas { |
