style: cargo fmt line wrap in run_resume_command plugins handler

This commit is contained in:
YeonGyu-Kim
2026-05-01 06:42:53 +09:00
parent 4fc63e338d
commit 08fc38f51b

View File

@@ -3559,7 +3559,8 @@ fn run_resume_command(
let loader = ConfigLoader::default_for(&cwd);
let runtime_config = loader.load()?;
let mut manager = build_plugin_manager(&cwd, &loader, &runtime_config);
let result = handle_plugins_slash_command(action.as_deref(), target.as_deref(), &mut manager)?;
let result =
handle_plugins_slash_command(action.as_deref(), target.as_deref(), &mut manager)?;
let action_str = action.as_deref().unwrap_or("list");
let json = serde_json::json!({
"kind": "plugin",