Remove unnecessary whitespace

このコミットが含まれているのは:
Cory Slep 2018-11-17 16:33:21 +01:00
コミット 137c1d51fb
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -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