From 137c1d51fb44d32228e67d2ed02f8f0a5485801b Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Sat, 17 Nov 2018 16:33:21 +0100 Subject: [PATCH] Remove unnecessary whitespace --- tools/exp/types/type.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/exp/types/type.go b/tools/exp/types/type.go index 9d0706d..9f61385 100644 --- a/tools/exp/types/type.go +++ b/tools/exp/types/type.go @@ -208,7 +208,6 @@ func (t *TypeGenerator) extendsDefinition() *codegen.Method { []jen.Code{jen.Bool()}, impl, jen.Commentf("%s returns true if the %s type extends from the other type.", t.extendsFnName(), t.TypeName())) - } // getAllChildrenExtendBy recursivley determines all the child types that this