whitespace

master
Caj Larsson 3 years ago
parent 6945646cd7
commit c72df43568

@ -55,7 +55,6 @@ func buildHttpMux(file_service domain.BogFileService) *http.ServeMux {
case "POST":
fallthrough
case "PUT":
size_str := r.Header["Content-Length"][0]
size, err := strconv.ParseInt(size_str, 10, 64)

Loading…
Cancel
Save