Remove unneeded pub.
This commit is contained in:
parent
1dbf29be79
commit
dec400cd8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue