fix linting issues

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
This commit is contained in:
Tarun Pothulapati 2019-07-29 22:01:19 +05:30
parent f4e2907477
commit a7d007958e

View File

@ -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 {