macaroons: update line folding to project style

This commit is contained in:
Olaoluwa Osuntokun 2018-10-22 18:05:37 -07:00
parent ff47ade13b
commit 06d5f2db37
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

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