Small gofmt fix
This PR is a small gofmt fix of https://goreportcard.com/report/github.com/moby/moby#gofmt ``` gofmt99% Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command moby/integration-cli/docker_cli_run_test.go Line 1: warning: file is not gofmted with -s (gofmt) ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
5635c248cd
commit
269cba2428
1 changed files with 1 additions and 1 deletions
|
@ -1887,7 +1887,7 @@ func (s *DockerSuite) TestRunBindMounts(c *check.C) {
|
|||
|
||||
if testEnv.OSType == "windows" {
|
||||
// Disabled prior to RS5 due to how volumes are mapped
|
||||
testRequires(c, DaemonIsWindowsAtLeastBuild(17763))
|
||||
testRequires(c, DaemonIsWindowsAtLeastBuild(17763))
|
||||
}
|
||||
|
||||
prefix, _ := getPrefixAndSlashFromDaemonPlatform()
|
||||
|
|
Loading…
Reference in a new issue