Skip to content

Commit 4fe7c25

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func WithDataSourceContainerImage(image, imagePullSecretName string, caBundle []
8181
}
8282
}
8383
}
84+
8485
func WithDataSourceObjectRef(kind v1alpha2.VirtualDiskObjectRefKind, name string) Option {
8586
return func(vd *v1alpha2.VirtualDisk) {
8687
vd.Spec.DataSource = &v1alpha2.VirtualDiskDataSource{

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

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

1919
import (
20-
"github.com/deckhouse/virtualization/api/core/v1alpha2"
2120
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21+
22+
"github.com/deckhouse/virtualization/api/core/v1alpha2"
2223
)
2324

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

0 commit comments

Comments
 (0)