From f432067139040857b01dc9820ff0d6a66cb735ef Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 21 Jun 2019 14:25:54 -0700 Subject: [PATCH] cosmetic --- pattern_find.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pattern_find.go b/pattern_find.go index d859260..1ef8e56 100644 --- a/pattern_find.go +++ b/pattern_find.go @@ -50,7 +50,6 @@ func (pattern *Pattern) Find(path string, args ...interface{}) (bool, error) { return doesNotMatter, errThisShouldNeverHappen } } - } return true, nil