Skip to content

Commit c95dd49

Browse files
MakitaTokinyurik
authored andcommitted
align colons in assert_failed_inner
1 parent a319d02 commit c95dd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/panicking.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ fn assert_failed_inner(
267267
match args {
268268
Some(args) => panic!(
269269
r#"assertion failed: `(left {} right)`
270-
left: `{:?}`,
271-
right: `{:?}`,
270+
left: `{:?}`,
271+
right: `{:?}`,
272272
context: `{:?}`"#,
273273
op, left, right, args
274274
),

0 commit comments

Comments
 (0)