Skip to content

Commit 958d352

Browse files
authored
Reorder import in volumebroker (#1437)
1 parent e1b911d commit 958d352

File tree

1 file changed

+1
-1
lines changed
  • broker/volumebroker/cmd/volumebroker/app

1 file changed

+1
-1
lines changed

broker/volumebroker/cmd/volumebroker/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"github.com/spf13/pflag"
1414
"google.golang.org/grpc"
1515

16-
volumebrokerconfig "github.com/ironcore-dev/ironcore/broker/bucketbroker/client/config"
1716
"github.com/ironcore-dev/ironcore/broker/common"
17+
volumebrokerconfig "github.com/ironcore-dev/ironcore/broker/volumebroker/client/config"
1818
"github.com/ironcore-dev/ironcore/broker/volumebroker/server"
1919
iri "github.com/ironcore-dev/ironcore/iri/apis/volume/v1alpha1"
2020
"github.com/ironcore-dev/ironcore/utils/client/config"

0 commit comments

Comments
 (0)