Browse code

Merge pull request #38933 from yongtang/gofmt

Small gofmt fix

Sebastiaan van Stijn authored on 2019/03/27 04:24:29
Showing 1 changed files
... ...
@@ -1887,7 +1887,7 @@ func (s *DockerSuite) TestRunBindMounts(c *check.C) {
1887 1887
 
1888 1888
 	if testEnv.OSType == "windows" {
1889 1889
 		// Disabled prior to RS5 due to how volumes are mapped
1890
-		testRequires(c,  DaemonIsWindowsAtLeastBuild(17763))
1890
+		testRequires(c, DaemonIsWindowsAtLeastBuild(17763))
1891 1891
 	}
1892 1892
 
1893 1893
 	prefix, _ := getPrefixAndSlashFromDaemonPlatform()