Skip to content

Commit

Permalink
fix import order to make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrWinston committed Jun 25, 2024
1 parent 36b3925 commit 60ed068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import (
"github.com/openshift/osdctl/cmd/cost"
"github.com/openshift/osdctl/cmd/env"
"github.com/openshift/osdctl/cmd/hive"
"github.com/openshift/osdctl/cmd/iampermissions"
"github.com/openshift/osdctl/cmd/jira"
"github.com/openshift/osdctl/cmd/jumphost"
"github.com/openshift/osdctl/cmd/iampermissions"
"github.com/openshift/osdctl/cmd/mc"
"github.com/openshift/osdctl/cmd/network"
"github.com/openshift/osdctl/cmd/org"
Expand Down

0 comments on commit 60ed068

Please sign in to comment.