From 06d5f2db37604bf3a11dbedf40ad0b6b058af8d8 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 22 Oct 2018 18:05:37 -0700 Subject: [PATCH] macaroons: update line folding to project style --- macaroons/service.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macaroons/service.go b/macaroons/service.go index 3b3ea7fe..618eb0f8 100644 --- a/macaroons/service.go +++ b/macaroons/service.go @@ -140,8 +140,9 @@ func (svc *Service) StreamServerInterceptor( "for method", info.FullMethod) } - err := svc.ValidateMacaroon(ss.Context(), - permissionMap[info.FullMethod]) + err := svc.ValidateMacaroon( + ss.Context(), permissionMap[info.FullMethod], + ) if err != nil { return err }