Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhyub committed Dec 27, 2023
1 parent e755235 commit 2781213
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/tools/check/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
))
}
} ,
}
}
}
}
Expand Down

0 comments on commit 2781213

Please sign in to comment.