Remove unneeded pub.

This commit is contained in:
Alejandro Cabeza Romero 2024-12-24 11:35:02 +01:00
parent 1dbf29be79
commit dec400cd8a
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pub struct ServiceHandle<S: ServiceData> {
/// Handle to overwatch
overwatch_handle: OverwatchHandle,
settings: SettingsUpdater<S::Settings>,
pub initial_state: S::State,
initial_state: S::State,
}
/// Service core resources