changeset 13810 | 0463a4221327 |
parent 13775 | 5fb40c8e5542 |
--- a/gameServer2/src/protocol/test.rs Thu Sep 13 20:59:57 2018 +0300 +++ b/gameServer2/src/protocol/test.rs Fri Sep 14 23:14:19 2018 +0300 @@ -1,7 +1,7 @@ use proptest::{ test_runner::{TestRunner, Reason}, arbitrary::{any, any_with, Arbitrary, StrategyFor}, - strategy::{Strategy, BoxedStrategy, Just, Map}, + strategy::{Strategy, BoxedStrategy, Just, Map} }; use crate::server::coretypes::{GameCfg, TeamInfo, HedgehogInfo};