Merge pull request #38933 from yongtang/gofmt

Small gofmt fix
This commit is contained in:
Sebastiaan van Stijn
2019-03-26 20:24:29 +01:00
committed by GitHub

View File

@@ -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()