chore(code): simple code cleanup

This commit is contained in:
Alex Zenla
2024-07-20 23:08:59 -07:00
parent 2a107a370f
commit 2a4802a75d
15 changed files with 20 additions and 21 deletions

View File

@ -265,7 +265,7 @@ impl ControlService for DaemonControlService {
break;
}
}
};
}
}
};

View File

@ -205,7 +205,7 @@ impl DaemonIdm {
break;
}
}
};
}
}
Ok(())
}

View File

@ -132,7 +132,7 @@ impl ZoneReconciler {
error!("runtime reconciler failed: {}", error);
}
}
};
}
}
}))
}