Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Feb 14, 2024
1 parent 3a29ed3 commit c41e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_forge/src/microservice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use beam_microservice::{
};
#[cfg(not(target_family = "wasm"))]
use bevy::tasks::Task;
use bevy::{prelude::*, tasks::IoTaskPool};
#[cfg(target_family = "wasm")]
use crossbeam_channel::{bounded, Receiver};
use bevy::{prelude::*, tasks::IoTaskPool};

pub struct RequestSayHiPlugin;

Expand Down

0 comments on commit c41e93b

Please sign in to comment.