diff -r 201d86010a8b -r 0463a4221327 gameServer2/src/protocol/test.rs --- 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};