From ef6fc0d3bf73341ebabaed22390ec9412ebec22f Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 13 Oct 2016 14:29:06 +0100 Subject: [PATCH] Remove useless field --- src/github.com/matrix-org/go-neb/types/types.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/github.com/matrix-org/go-neb/types/types.go b/src/github.com/matrix-org/go-neb/types/types.go index cc4afe6..5b060a0 100644 --- a/src/github.com/matrix-org/go-neb/types/types.go +++ b/src/github.com/matrix-org/go-neb/types/types.go @@ -71,9 +71,7 @@ type Service interface { } // DefaultService NO-OPs the implementation of optional Service interface methods. Feel free to override them. -type DefaultService struct { - Service -} +type DefaultService struct{} // Plugin returns no plugins. func (s *DefaultService) Plugin(cli *matrix.Client, roomID string) plugin.Plugin {