Skip to content

Commit 4fff68d

Browse files
committed
style: adjust code formatting
1 parent 5d0558c commit 4fff68d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/mvu/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,7 @@ pub fn update(model: &mut AppModel, msg: Msg, cmds: &mut Vec<Command>) {
224224
}
225225
Msg::HelpOpened(result) => match result {
226226
Ok(()) => surface_event(model, "Help opened in browser.".into(), false),
227-
Err(err) => surface_event(
228-
model,
229-
format!("Could not open help page: {err}"),
230-
true,
231-
),
227+
Err(err) => surface_event(model, format!("Could not open help page: {err}"), true),
232228
},
233229
}
234230
}

0 commit comments

Comments
 (0)