Skip to content

Commit 901dd88

Browse files
committed
refactor(manager/handlers/bucket.go): Reorder imports for clarity
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 80d109e commit 901dd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manager/handlers/bucket.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import (
2121

2222
"github.com/gin-gonic/gin"
2323

24-
// nolint
25-
_ "d7y.io/dragonfly/v2/manager/models"
2624
// nolint
2725
"d7y.io/dragonfly/v2/manager/types"
2826
// nolint
27+
_ "d7y.io/dragonfly/v2/manager/models"
28+
// nolint
2929
_ "d7y.io/dragonfly/v2/pkg/objectstorage"
3030
)
3131

0 commit comments

Comments
 (0)