cargo fmt (#23)

This commit was merged in pull request #23.
This commit is contained in:
6543
2024-08-22 03:24:12 +02:00
committed by GitHub
parent f58c748f80
commit c9fe1be10b
3 changed files with 80 additions and 61 deletions

View File

@@ -90,7 +90,7 @@ impl KdeDecorationHandler for WaylandState {
decoration: &OrgKdeKwinServerDecoration,
mode: WEnum<KdeMode>,
) {
let Ok(mode) = mode.into_result() else {return};
let Ok(mode) = mode.into_result() else { return };
decoration.mode(mode);
}
}