Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 30, 2024
1 parent 7721f9f commit 0a43967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bh_agent_server/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use bh_agent_common::{
use bh_agent_common::{AgentError::*, UserId};

use crate::state::BhAgentState;
use crate::util::{read_generic, read_lines};
#[cfg(target_family = "unix")]
use crate::util::{chmod, chown};
use crate::util::{read_generic, read_lines};

macro_rules! check_env_id {
($env_id:expr) => {
Expand Down

0 comments on commit 0a43967

Please sign in to comment.