Skip to content

Commit a01ec83

Browse files
committed
update formatting due to new gofmt requirements
1 parent b060171 commit a01ec83

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows
12
// +build !windows
23

34
/*

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
/*

pkg/mount-manager/safe-mounter_linux.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux
12
// +build linux
23

34
/*

pkg/mount-manager/safe-mounter_windows.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
/*

pkg/mount-manager/statter_windows.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
//go:build windows
12
// +build windows
3+
24
/*
35
Copyright 2019 The Kubernetes Authors.
46

pkg/resizefs/resizefs_linux.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux
12
// +build linux
23

34
/*

pkg/resizefs/resizefs_windows.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
/*

0 commit comments

Comments
 (0)