Browse code

fix gofmt

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/02/25 08:10:45
Showing 1 changed files
... ...
@@ -42,4 +42,3 @@ func MatchesContentType(contentType, expectedType string) bool {
42 42
 	}
43 43
 	return err == nil && mimetype == expectedType
44 44
 }
45
-