cargo fmt

This commit is contained in:
galister 2026-07-04 03:24:04 +09:00
parent 3e8b2ace93
commit 28e164d843
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ impl<T> Tab<T> for TabSettings<T> {
&& let Some(tab) = self.current_tab.as_mut()
{
let config = frontend.interface.general_config(data);
let mut change_kind : Option<ConfigChangeKind> = None;
let mut change_kind: Option<ConfigChangeKind> = None;
tab.context_menu_custom(name, config, &mut change_kind, &mut frontend.layout, &mut self.state)?;
if let Some(change_kind) = change_kind {
frontend.interface.config_changed(data, change_kind);