fix: remove redundant ref in format! argument
This commit is contained in:
@@ -631,7 +631,7 @@ pub fn apply_action(state: &mut AppStateRest, action: Action) {
|
||||
|
||||
state.push_toast(Toast::new(
|
||||
ToastKind::Info,
|
||||
format!("Starting workflow: {}…", &script.chars().take(40).collect::<String>()),
|
||||
format!("Starting workflow: {}…", script.chars().take(40).collect::<String>()),
|
||||
));
|
||||
|
||||
let session_dir = state.session_dir.clone();
|
||||
|
||||
Reference in New Issue
Block a user