scrap: style (#10445)

This commit is contained in:
Xiaobo Liu 2025-01-07 11:21:43 +08:00 committed by GitHub
parent 4a3c11e711
commit 8f329ebc1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,12 +13,12 @@ cfg_if! {
} else if #[cfg(x11)] {
cfg_if! {
if #[cfg(feature="wayland")] {
mod linux;
mod wayland;
mod x11;
pub use self::linux::*;
pub use self::wayland::set_map_err;
pub use self::x11::PixelBuffer;
mod linux;
mod wayland;
mod x11;
pub use self::linux::*;
pub use self::wayland::set_map_err;
pub use self::x11::PixelBuffer;
} else {
mod x11;
pub use self::x11::*;