macaroons: update line folding to project style
This commit is contained in:
parent
ff47ade13b
commit
06d5f2db37
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user