diff -r cf189adc07fd -r d1368c776a4f gameServer2/src/protocol/test.rs --- a/gameServer2/src/protocol/test.rs Thu Jun 21 17:43:13 2018 -0400 +++ b/gameServer2/src/protocol/test.rs Sun Jun 24 12:09:31 2018 -0400 @@ -65,7 +65,7 @@ } type Strategy = BoxedStrategy; - type ValueTree = Box>; + type ValueTree = Box>; } pub fn gen_proto_msg() -> BoxedStrategy where { @@ -131,4 +131,4 @@ 57 => Empty() )}); res.boxed() -} \ No newline at end of file +}