Skip to content

Commit dde5b2b

Browse files
authored
Merge pull request #19 from regolith-linux/cosmetic-comments
chore: cosmetics comment cleanup
2 parents 109d671 + 2df1d06 commit dde5b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ enum KeySymAction {
242242
const POWER_OFF_KEY: &str = "XF86Poweroff";
243243

244244
impl PowerSettings {
245-
/// Requires settings HandlePowerKey=ignore in logind.conf
245+
// Requires settings HandlePowerKey=ignore in logind.conf
246246
fn handle_power_btn_action_change(&self) -> Result<(), Box<dyn Error>> {
247247
use PowerButtonAction::*;
248248
let mut sway_conn = swayipc::Connection::new()?;

0 commit comments

Comments
 (0)