Skip to content

Commit d55b4d7

Browse files
committed
Update gofmt
1 parent 6fd132d commit d55b4d7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

pkg/gce-pd-csi-driver/utils_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
//go:build !windows
22

33
/*
44
Copyright 2020 The Kubernetes Authors.

pkg/gce-pd-csi-driver/utils_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
//go:build windows
22

33
/*
44
Copyright 2020 The Kubernetes Authors.

pkg/mount-manager/safe-mounter_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux
1+
//go:build linux
22

33
/*
44
Copyright 2018 The Kubernetes Authors.

pkg/mount-manager/safe-mounter_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
//go:build windows
22

33
/*
44
Copyright 2020 The Kubernetes Authors.

pkg/mount-manager/statter_windows.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// +build windows
1+
//go:build windows
2+
23
/*
34
Copyright 2019 The Kubernetes Authors.
45

0 commit comments

Comments
 (0)