From 986b9b5a5afaa5798f4a7670f5fa5e1d9a0e35d2 Mon Sep 17 00:00:00 2001 From: Eduardo <3452666+edulop91@users.noreply.github.com> Date: Fri, 29 Jun 2018 10:57:35 -0700 Subject: [PATCH] Update template.go --- util/template.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/template.go b/util/template.go index 9364d4ca0..518baf249 100644 --- a/util/template.go +++ b/util/template.go @@ -33,8 +33,6 @@ func tool(in interface{}) string { } else { return "fogg" } - } else { - return "" } return "" }