mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 10:37:24 +08:00
go fmt
This commit is contained in:
@@ -70,7 +70,6 @@ func (t *BoundedTree) ensureVisited(n *Node, currentPath util.FullPath, componen
|
||||
} else {
|
||||
// fmt.Printf("ensure %v\n", currentPath)
|
||||
|
||||
|
||||
children, err := visitFn(currentPath)
|
||||
if err != nil {
|
||||
glog.V(0).Infof("failed to visit %s: %v", currentPath, err)
|
||||
|
Reference in New Issue
Block a user