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

View File

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