style(skills): align formatting cleanup for dedupe changes

This commit is contained in:
Shakker
2026-03-05 04:59:41 +00:00
committed by Shakker
parent fb4f52b710
commit b5a94d274b
3 changed files with 0 additions and 10 deletions

View File

@@ -126,7 +126,6 @@ function formatThreadBindingDurationForConfigLabel(durationMs: number): string {
return label === "disabled" ? "off" : label;
}
function appendPluginCommandSpecs(params: {
commandSpecs: NativeCommandSpec[];
runtime: RuntimeEnv;