Skip to content

Commit

Permalink
remove unnecessary ref wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
fu5ha committed Sep 13, 2023
1 parent 537687d commit 37130bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use crate::{

#[alkahest(Formula)]
pub enum GameMessageFormula {
Client(Ref<ClientMessageFormula>),
Server(Ref<ServerMessageFormula>),
Client(ClientMessageFormula),
Server(ServerMessageFormula),
}

#[derive(Debug, Clone, PartialEq, Eq)]
Expand Down

0 comments on commit 37130bb

Please sign in to comment.