Browse Source

fix gofmt

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Victor Vieux 11 năm trước cách đây
mục cha
commit
4434b63ff4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 }
-