Skip to content

Commit 9ed5109

Browse files
committed
include other files
1 parent 16b0a73 commit 9ed5109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/my_strategy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl Default for MyStrategy {
2222
fn default() -> Self {
2323
Self {
2424
coach: Coach::default(),
25-
me: Robot{},
25+
me: Robot{..Default::default()},
2626
rules: Rules{..Default::default()},
2727
game: Game{..Default::default()},
2828
action: Action{..Default::default()},

0 commit comments

Comments
 (0)