Преглед изворни кода

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
 }
-