From 43f0df21cf1c664713865d0c7ef6c4b9dd6de3a2 Mon Sep 17 00:00:00 2001 From: JB Baudens Date: Mon, 10 May 2021 13:06:15 -0600 Subject: [PATCH] useless extra line in test --- match_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/match_test.go b/match_test.go index c71ed83..7f4c503 100644 --- a/match_test.go +++ b/match_test.go @@ -190,7 +190,6 @@ func TestGlobErrorDirExistsAndContainsFile(t *testing.T) { if err == nil { t.Error("expected error for bad pattern; got none") } - } }