Skip to content

Commit e004242

Browse files
author
Valeriy Khorunzhin
committed
fix linter 3
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent ac0694c commit e004242

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

images/virtualization-artifact/pkg/builder/vd/vd.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ limitations under the License.
1717
package vd
1818

1919
import (
20-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21-
2220
"github.com/deckhouse/virtualization/api/core/v1alpha2"
21+
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2322
)
2423

2524
func New(options ...Option) *v1alpha2.VirtualDisk {

tests/e2e/virtual_machine_restore_operation_test/resources/vmop_start.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ limitations under the License.
1717
package resources
1818

1919
import (
20-
"github.com/deckhouse/virtualization/api/core/v1alpha2"
21-
2220
vmopbuilder "github.com/deckhouse/virtualization-controller/pkg/builder/vmop"
21+
"github.com/deckhouse/virtualization/api/core/v1alpha2"
2322
)
2423

2524
func NewStartVMOP(name, namespace, vmName string) *v1alpha2.VirtualMachineOperation {

tests/e2e/virtual_machine_restore_operation_test/resources/vmsnapshot.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ limitations under the License.
1717
package resources
1818

1919
import (
20-
"github.com/deckhouse/virtualization/api/core/v1alpha2"
21-
2220
vmsnapshotbuilder "github.com/deckhouse/virtualization-controller/pkg/builder/vmsnapshot"
21+
"github.com/deckhouse/virtualization/api/core/v1alpha2"
2322
)
2423

2524
func NewVMSnapshot(

0 commit comments

Comments
 (0)