Skip to content

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed Jul 31, 2024
1 parent dbc4e19 commit 398d04d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/actor/event_stream/event_stream_process_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mod tests {
use crate::actor::context::SenderPart;
use crate::actor::message::message::Message;
use crate::actor::message::message_handle::MessageHandle;


#[derive(Debug, Clone)]
struct EsTestMsg;
Expand Down
1 change: 0 additions & 1 deletion src/actor/supervisor/supervision_event_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mod test {
use crate::actor::supervisor::strategy_restarting::RestartingStrategy;
use crate::actor::supervisor::supervision_event::SupervisorEvent;
use crate::actor::supervisor::supervisor_strategy_handle::SupervisorStrategyHandle;


#[derive(Debug)]
struct PanicActor;
Expand Down

0 comments on commit 398d04d

Please sign in to comment.