Skip to content

Commit 31d85ed

Browse files
committed
style: fix formatting
1 parent 389a2ca commit 31d85ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cortex-tui/src/sound.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
//! On platforms without audio support (e.g., musl builds), falls back to
1111
//! terminal bell notifications.
1212
13-
use std::io::Write;
1413
#[cfg(feature = "audio")]
1514
use std::io::Cursor;
15+
use std::io::Write;
16+
use std::sync::OnceLock;
1617
#[cfg(feature = "audio")]
1718
use std::sync::mpsc;
18-
use std::sync::OnceLock;
1919
#[cfg(feature = "audio")]
2020
use std::thread;
2121

0 commit comments

Comments
 (0)