Skip to content

Commit c7a96f0

Browse files
ycombinatorclaude
andcommitted
fix: remove spurious double blank line in handleEnroll_test.go on 9.5 backport
Conflict resolution left two consecutive blank lines before TestValidateEnrollRequest; mage check:fix requires a single blank line. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d646658 commit c7a96f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/pkg/api/handleEnroll_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ func TestCreateFleetAgentSyncWriteErrorSurfaces(t *testing.T) {
654654
require.Error(t, err)
655655
}
656656

657-
658657
func TestValidateEnrollRequest(t *testing.T) {
659658
t.Run("invalid json", func(t *testing.T) {
660659
req, err := validateRequest(context.Background(), strings.NewReader("not a json"))

0 commit comments

Comments
 (0)