Skip to content

Commit 2bf12c6

Browse files
committed
fmt [nfc]
1 parent dd72f11 commit 2bf12c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asm/inline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//! All of these functions should be blanket-`unsafe`. `cortex-m` provides safe wrappers where
77
//! applicable.
88
9-
use core::sync::atomic::{compiler_fence, Ordering};
109
use core::arch::asm;
10+
use core::sync::atomic::{compiler_fence, Ordering};
1111

1212
#[inline(always)]
1313
pub unsafe fn __bkpt() {

0 commit comments

Comments
 (0)