Skip to content

Commit 49f4f5c

Browse files
committed
chore(coding-agent): format runner.ts after npm run check
Required by CONTRIBUTING.md (npm run check)
1 parent 132c6ef commit 49f4f5c

File tree

1 file changed

+1
-1
lines changed
  • packages/coding-agent/src/core/extensions

1 file changed

+1
-1
lines changed

packages/coding-agent/src/core/extensions/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ export class ExtensionRunner {
618618
return undefined;
619619
}
620620

621-
/** Emit input event. Transforms chain, "handled" short-circuits. */
621+
/** Emit input event. Transforms chain, "handled" short-circuits. */
622622
async emitInput(text: string, images: ImageContent[] | undefined, source: InputSource): Promise<InputEventResult> {
623623
const ctx = this.createContext();
624624
let currentText = text;

0 commit comments

Comments
 (0)