Skip to content

Commit

Permalink
fix: remove some trailing whitespace in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
w-lfchen committed Aug 31, 2024
1 parent cbfab72 commit 0287785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn initialize_server<B: DisplayBackend>(
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃Initializing eww daemon┃
┗━━━━━━━━━━━━━━━━━━━━━━━┛
"#
"#
);

simple_signal::set_handler(&[simple_signal::Signal::Int, simple_signal::Signal::Term], move |_| {
Expand Down

0 comments on commit 0287785

Please sign in to comment.