chore(code): simple code cleanup

This commit is contained in:
2024-07-20 23:08:59 -07:00
parent d792eb5439
commit 5293a4ec45
15 changed files with 18 additions and 19 deletions

View File

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

View File

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

View File

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