From a7d007958ed0154c970497b92bd3bb1ca5e07327 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 29 Jul 2019 22:01:19 +0530 Subject: [PATCH] fix linting issues Signed-off-by: Tarun Pothulapati --- cmd/kubelet/app/server_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubelet/app/server_linux.go b/cmd/kubelet/app/server_linux.go index 94b9105a283..f6011543d38 100644 --- a/cmd/kubelet/app/server_linux.go +++ b/cmd/kubelet/app/server_linux.go @@ -17,8 +17,8 @@ limitations under the License. package app import ( - "k8s.io/utils/inotify" "k8s.io/klog" + "k8s.io/utils/inotify" ) func watchForLockfileContention(path string, done chan struct{}) error {