mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
fix linting issues
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
This commit is contained in:
parent
f4e2907477
commit
a7d007958e
@ -17,8 +17,8 @@ limitations under the License.
|
|||||||
package app
|
package app
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"k8s.io/utils/inotify"
|
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
|
"k8s.io/utils/inotify"
|
||||||
)
|
)
|
||||||
|
|
||||||
func watchForLockfileContention(path string, done chan struct{}) error {
|
func watchForLockfileContention(path string, done chan struct{}) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user