Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 2442f31

Browse files
committed
fix: fmt
1 parent 48563ef commit 2442f31

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/src/bms.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ pub mod work;
44
use std::{cell::LazyCell, collections::HashMap, fs::FileType, path::Path};
55

66
use blocking::unblock;
7-
use bms_rs::{
8-
bms::prelude::*,
9-
bmson::bmson_to_bms::BmsonToBmsOutput,
10-
};
7+
use bms_rs::{bms::prelude::*, bmson::bmson_to_bms::BmsonToBmsOutput};
118
use futures::stream::{self, StreamExt as FuturesStreamExt};
129
use smol::{fs, io};
1310

0 commit comments

Comments
 (0)