fix code smells

This commit is contained in:
David Christofas
2020-05-18 15:00:03 +02:00
parent 22b2f8307c
commit 2f24a43c56
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func NewService(opts ...Option) grpc.Service {
thumbnail = svc.NewLogging(thumbnail, options.Logger)
}
proto.RegisterThumbnailServiceHandler(
_ = proto.RegisterThumbnailServiceHandler(
service.Server(),
thumbnail,
)