diff --git a/src/tools/check/src/main.rs b/src/tools/check/src/main.rs index 7b4b385a..dad9d82f 100644 --- a/src/tools/check/src/main.rs +++ b/src/tools/check/src/main.rs @@ -231,9 +231,12 @@ impl Check { )) } } else { - CondResult::Ignore(format!("Current desktop and session type is {} and {}, not KDE and wayland", current_desktop, session_type)) + CondResult::Ignore(format!( + "Current desktop and session type is {} and {}, not KDE and wayland", + current_desktop, session_type + )) } - } , + } } } }