Skip to content

Commit

Permalink
chore: apply linting fixes with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 21, 2024
1 parent 6a5f171 commit b98a579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nyanpasu_service/src/server/instance.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use nyanpasu_ipc::{api::status::CoreState, utils::get_current_ts};
use nyanpasu_utils::core::{
instance::{CoreInstance, CoreInstanceBuilder},
CommandEvent, CoreType,
};
instance::{CoreInstance, CoreInstanceBuilder},
CommandEvent, CoreType,
};
use parking_lot::RwLock;
use std::{
borrow::Cow,
Expand Down

0 comments on commit b98a579

Please sign in to comment.