diff --git a/internal/context/context.go b/internal/context/context.go index e9607d7..04c3b3c 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -166,7 +166,9 @@ func (a *AUSFContext) GetSelfID() uuid.UUID { return a.NfId } -func (c *AUSFContext) GetTokenRequestEditor(ctx context.Context, scope string, targetNF nrf_management.NFType) (func(ctx context.Context, req *http.Request) error, error) { +func (c *AUSFContext) GetTokenRequestEditor(ctx context.Context, scope string, + targetNF nrf_management.NFType, +) (func(ctx context.Context, req *http.Request) error, error) { if !c.OAuth2Required { return func(ctx context.Context, req *http.Request) error { return nil