chore: formatting

This commit is contained in:
drendog 2025-12-11 22:45:44 +01:00
parent c0b01be05f
commit 3eca2b483c
Signed by: dwenya
GPG key ID: 8DD77074645332D0
2 changed files with 8 additions and 8 deletions

View file

@ -9,10 +9,10 @@
#![allow(clippy::pub_use)] #![allow(clippy::pub_use)]
pub use crate::shell::{ pub use crate::shell::{
CompiledUiSource, Output, Selection, Selector, Surface, SurfaceInfo, DEFAULT_COMPONENT_NAME, CompiledUiSource, DEFAULT_COMPONENT_NAME, DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Output,
DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Shell, ShellBuilder, ShellConfig, ShellControl, Selection, Selector, Shell, ShellBuilder, ShellConfig, ShellControl, ShellEventContext,
ShellEventContext, ShellRuntime, ShellSurfaceConfigHandler, SurfaceComponentConfig, ShellRuntime, ShellSurfaceConfigHandler, Surface, SurfaceComponentConfig, SurfaceConfigBuilder,
SurfaceConfigBuilder, SurfaceDefinition, SurfaceDefinition, SurfaceInfo,
}; };
pub use crate::window::{ pub use crate::window::{

View file

@ -1,6 +1,6 @@
pub use layer_shika_composition::{ pub use layer_shika_composition::{
CompiledUiSource, Output, Selection, Selector, Surface, SurfaceInfo, DEFAULT_COMPONENT_NAME, CompiledUiSource, DEFAULT_COMPONENT_NAME, DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Output,
DEFAULT_SURFACE_NAME, LayerSurfaceHandle, Shell, ShellBuilder, ShellConfig, ShellControl, Selection, Selector, Shell, ShellBuilder, ShellConfig, ShellControl, ShellEventContext,
ShellEventContext, ShellRuntime, ShellSurfaceConfigHandler, SurfaceComponentConfig, ShellRuntime, ShellSurfaceConfigHandler, Surface, SurfaceComponentConfig, SurfaceConfigBuilder,
SurfaceConfigBuilder, SurfaceDefinition, SurfaceDefinition, SurfaceInfo,
}; };