Skip to content

Commit

Permalink
Update TryLoadState to unit struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jan 23, 2025
1 parent 01d0211 commit 0aeb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overwatch-rs/tests/try_load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use tokio::sync::broadcast;
use tokio::sync::broadcast::error::SendError;

#[derive(Clone)]
struct TryLoadState {}
struct TryLoadState;

impl ServiceState for TryLoadState {
type Settings = TryLoadSettings;
Expand Down

0 comments on commit 0aeb4fd

Please sign in to comment.