Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Mar 31, 2024
1 parent a24b51e commit 3ae4f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_matchbox/src/signaling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ mod tests {
)
.into();

commands.insert_resource(MatchboxServer::from(server));
commands.insert_resource(server);
}

#[test]
Expand Down

0 comments on commit 3ae4f6e

Please sign in to comment.