mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-02-12 22:56:44 +00:00
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…
x
Reference in New Issue
Block a user