chore(cli): format nonInteractiveCli.ts

This commit is contained in:
Adam Weidman
2026-05-11 19:24:53 -04:00
parent 682057a715
commit 79ec47284a
+3 -1
View File
@@ -68,7 +68,9 @@ export async function runNonInteractive(
): Promise<void> {
const useAgentSession = params.config.getAgentSessionNoninteractiveEnabled();
if (useAgentSession) {
debugLogger.debug('[ADK] Running non-interactive mode with ADK agent session');
debugLogger.debug(
'[ADK] Running non-interactive mode with ADK agent session',
);
return runNonInteractiveAgentSession(params);
}