Skip to content

Commit 2e2233e

Browse files
committed
Fix whitespace.
1 parent 1fe874c commit 2e2233e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ compile-flags: -Copt-level=3
22
#![crate_type = "lib"]
33

4+
use std::char::EscapeDebug;
5+
46
// Make sure no bounds checks are emitted when escaping a character.
57

68
// CHECK-LABEL: @char_escape_debug_no_bounds_check
@@ -9,4 +11,4 @@ pub fn char_escape_debug_no_bounds_check(c: char) -> EscapeDebug {
911
// CHECK-NOT: panic
1012
// CHECK-NOT: panic_bounds_check
1113
c.escape_debug()
12-
}
14+
}

0 commit comments

Comments
 (0)