From 8bc84904854e2c987125f31b3be86dc675fd2725 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 23 Feb 2025 12:42:16 +0100 Subject: [PATCH] lint --- task_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/task_test.go b/task_test.go index b4b73c6b..8a8efc9e 100644 --- a/task_test.go +++ b/task_test.go @@ -553,7 +553,6 @@ func TestPreconditionGlobal(t *testing.T) { assert.Equal(t, "task: Included Taskfiles can't have preconditions declarations. Please, move the preconditions declaration to the main Taskfile", err.Error()) buff.Reset() - } func TestGenerates(t *testing.T) {