Skip to content

Commit

Permalink
code lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MingZhang-YBPS committed Jul 22, 2023
1 parent 34cf13c commit fc9efbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/raw/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ package raw

import (
"fmt"
"github.com/google/cadvisor/container"
"os"
"path"
"strings"

inotify "k8s.io/utils/inotify"

"github.com/google/cadvisor/container"
"github.com/google/cadvisor/container/common"
"github.com/google/cadvisor/container/libcontainer"
"github.com/google/cadvisor/watcher"

"k8s.io/klog/v2"
)

Expand Down

0 comments on commit fc9efbc

Please sign in to comment.