Skip to content

Commit

Permalink
fix: 💚 再度尝试修复CI构建 @ rustfmt「未完成格式化的文件」
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Sep 14, 2024
1 parent bf400be commit 3cc6ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/websocket_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
//! * 🎯为BabelNAR CLI实现Websocket IO
//! * 🎯实现专有的Websocket服务端逻辑
use crate::cli::{LaunchConfigWebsocket, RuntimeConfig, RuntimeManager};
use anyhow::Result;
use crate::{
cli::{LaunchConfigWebsocket, RuntimeConfig, RuntimeManager},
eprintln_cli, if_let_err_eprintln_cli, println_cli,
support::{
error_handling_boost::error_anyhow,
io::{
navm_output_cache::{ArcMutex, OutputCache},
websocket::to_address,
},
},
eprintln_cli, if_let_err_eprintln_cli, println_cli,
};
use anyhow::Result;
use navm::{output::Output, vm::VmRuntime};
use std::{
sync::Arc,
Expand Down

0 comments on commit 3cc6ab6

Please sign in to comment.