瀏覽代碼

fix gofmt

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Victor Vieux 11 年之前
父節點
當前提交
4434b63ff4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      api/common.go

+ 0 - 1
api/common.go

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