Commit 0774930
committed
Fix log formatting in tests
Clippy points out that "format specifiers have no effect on
`format_args!()`", i.e. that our attempt to fix the log context
width to 55 chars doesn't do anything because its applied to the
result of `format_args`ing the context.
This appears to have broken when we optimized out a previous
`format`, which we revert here.1 parent 50a75a1 commit 0774930
1 file changed
+3
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
1438 | | - | |
1439 | | - | |
1440 | | - | |
1441 | | - | |
1442 | | - | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
1447 | | - | |
1448 | | - | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
1449 | 1441 | | |
1450 | 1442 | | |
1451 | 1443 | | |
| |||
0 commit comments