fix gofmt

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux 2014-02-24 23:10:45 +00:00
parent 551355c9ad
commit 4434b63ff4
1 changed files with 0 additions and 1 deletions

View File

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