Skip to content

Commit

Permalink
remove useless break statement
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Zhang <rudyflyzhang@gmail.com>
  • Loading branch information
rudyfly authored and zhuangqh committed May 13, 2019
1 parent 2596dc7 commit 5c253f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/quota/quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func getOverlayMountInfo(basefs string) (*OverlayMount, error) {
case strings.Contains(p, "workdir"):
if s := strings.Split(p, "="); len(s) == 2 {
workDir = s[1]
break
}
}
}
Expand Down

0 comments on commit 5c253f9

Please sign in to comment.