Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 24, 2023
1 parent cb30a4b commit 8263268
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aw-server/src/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ pub mod android {
asset_resolver: endpoints::AssetResolver::new(None),
device_id: device_id::get_device_id(),
};
info!(
"Using server_state:: device_id: {}",
server_state.device_id
);
info!("Using server_state:: device_id: {}", server_state.device_id);

let mut server_config: AWConfig = AWConfig::default();
server_config.port = 5600;
Expand Down

0 comments on commit 8263268

Please sign in to comment.