Skip to content

Commit ccc4d46

Browse files
Re-ordering imports in alphabetical order
Co-authored-by: Ashley Dumaine <5779804+AshleyDumaine@users.noreply.github.com>
1 parent bc92cc4 commit ccc4d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
"os"
2222

2323
"github.com/ianschenck/envflag"
24-
"go.uber.org/automaxprocs/maxprocs"
2524
"github.com/linode/linodego"
25+
"go.uber.org/automaxprocs/maxprocs"
2626
"k8s.io/klog/v2"
2727

2828
"github.com/linode/linode-blockstorage-csi-driver/internal/driver"

0 commit comments

Comments
 (0)