Skip to content

Commit

Permalink
lint(gitlab): fix import order
Browse files Browse the repository at this point in the history
Signed-off-by: lxShaDoWxl <[email protected]>
  • Loading branch information
lxShaDoWxl committed Jun 2, 2023
1 parent 2043091 commit 270f012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/reg/adapter/gitlab/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/goharbor/harbor/src/lib/log"
"io"
"net/http"
"net/url"
"reflect"

common_http "github.com/goharbor/harbor/src/common/http"
liberrors "github.com/goharbor/harbor/src/lib/errors"
"github.com/goharbor/harbor/src/lib/log"
"github.com/goharbor/harbor/src/pkg/reg/model"
"github.com/goharbor/harbor/src/pkg/reg/util"
)
Expand Down

0 comments on commit 270f012

Please sign in to comment.