Skip to content

Commit af31311

Browse files
kougaminyurik
authored andcommitted
delete trailing whitespaces
1 parent 9a3aca6 commit af31311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/panicking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ fn assert_failed_inner(
267267
match args {
268268
Some(args) => panic!(
269269
r#"assertion failed: `(upper_bounds {} target)`
270-
Error: `{:?}`,
270+
Error: `{:?}`,
271271
upper_bounds: `{:?}`,
272272
target: `{:?}`"#,
273273
op, args, upper_bounds, target,

0 commit comments

Comments
 (0)