From 552290917cd091c6c26ae93b9a0a971fe0620b48 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 27 Oct 2025 14:02:10 +0530 Subject: [PATCH] chore: revert style change --- .../app/services/captain/assistant/agent_runner_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/app/services/captain/assistant/agent_runner_service.rb b/enterprise/app/services/captain/assistant/agent_runner_service.rb index 8435b79a5..9c4e56841 100644 --- a/enterprise/app/services/captain/assistant/agent_runner_service.rb +++ b/enterprise/app/services/captain/assistant/agent_runner_service.rb @@ -51,7 +51,7 @@ class Captain::Assistant::AgentRunnerService { conversation_history: conversation_history, - state: build_state, + state: build_state } end