Skip to content

Commit

Permalink
fix golangci-lint error for package import
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshvvr committed Feb 4, 2024
1 parent 443fa5f commit 3ae1878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/sbi/consumer/subscriber_data_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package consumer
import (
"context"

"github.com/pkg/errors"

Check failure on line 6 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / lint (1.18)

Expected 'a', Found 'p' at internal/sbi/consumer/subscriber_data_management.go[line 6,col 14] (gci)

"github.com/antihax/optional"
"github.com/free5gc/openapi"
"github.com/free5gc/openapi/Nudm_SubscriberDataManagement"
"github.com/free5gc/openapi/models"
smf_context "github.com/free5gc/smf/internal/context"
"github.com/free5gc/smf/internal/logger"
"github.com/free5gc/smf/internal/util"
"github.com/pkg/errors"
)

func SDMGetSmData(smCtx *smf_context.SMContext,
Expand Down

0 comments on commit 3ae1878

Please sign in to comment.