Added missed comma

This commit is contained in:
Caleb Cochran 2020-02-25 22:01:51 -06:00
parent 8479230e66
commit 219f9fa3be

View File

@ -208,7 +208,7 @@ impl<'a> System<'a> for Sys {
} else {
do_idle = true;
}
}
},
}
}