fix gofmt

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Upstream-commit: 4434b63ff44c6994366afebeceb9b570bb9ee26c
Component: engine
This commit is contained in:
Victor Vieux
2014-02-24 23:10:45 +00:00
parent fbf1d0f723
commit 1ab53bd0df

View File

@ -42,4 +42,3 @@ func MatchesContentType(contentType, expectedType string) bool {
}
return err == nil && mimetype == expectedType
}