Skip to content

Commit 1dd111f

Browse files
committed
chore: cargo fmt for gtk_main signature width
1 parent e14299a commit 1dd111f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lan-mouse-gtk/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ pub fn run(
131131
}
132132
}
133133

134-
fn gtk_main(
135-
show_rx: Option<async_channel::Receiver<()>>,
136-
external_daemon: bool,
137-
) -> glib::ExitCode {
134+
fn gtk_main(show_rx: Option<async_channel::Receiver<()>>, external_daemon: bool) -> glib::ExitCode {
138135
#[cfg(target_os = "macos")]
139136
{
140137
configure_macos_bundle_environment();

0 commit comments

Comments
 (0)