diff --git a/common/src/sys/agent.rs b/common/src/sys/agent.rs index 07788bf1a2..9d8415ea28 100644 --- a/common/src/sys/agent.rs +++ b/common/src/sys/agent.rs @@ -208,7 +208,7 @@ impl<'a> System<'a> for Sys { } else { do_idle = true; } - } + }, } }