From 20fe909f76a8e5255ec3eed05e5cc9227a4268d8 Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 6 Aug 2026 01:38:54 +0400 Subject: [PATCH] gofmt clarify_test.go, which broke make test's fmt-check (V-575) Two sweep agents reported the same thing independently: make test fails at fmt-check on this file, and it is unrelated to their work. It went unformatted onto master earlier. gofmt only, no test changed. --no-verify: the pre-commit hook refuses master, and this unattended run merges to master by the owner's instruction. --- cmd/mavend/clarify_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/mavend/clarify_test.go b/cmd/mavend/clarify_test.go index 09682e4..a5739ed 100644 --- a/cmd/mavend/clarify_test.go +++ b/cmd/mavend/clarify_test.go @@ -654,8 +654,6 @@ func TestUnresolvedActSaysItDoesNotKnowTheCommand(t *testing.T) { } } - - // newRoutingClarifyHandler wires the real cascade (hash embedder, no model) onto // the clarify handler, so a test can drive handleText end to end and see which // gate claimed the turn.