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 {