Skip to content

Commit

Permalink
Re-ordering imports in alphabetical order
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Dumaine <5779804+AshleyDumaine@users.noreply.github.com>
  • Loading branch information
prajwalvathreya and AshleyDumaine authored Sep 9, 2024
1 parent bc92cc4 commit ccc4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
"os"

"github.com/ianschenck/envflag"
"go.uber.org/automaxprocs/maxprocs"
"github.com/linode/linodego"
"go.uber.org/automaxprocs/maxprocs"
"k8s.io/klog/v2"

"github.com/linode/linode-blockstorage-csi-driver/internal/driver"
Expand Down

0 comments on commit ccc4d46

Please sign in to comment.