Cleanup vim artifacts

This commit is contained in:
andreimarcu 2015-10-04 18:24:13 -04:00
parent 7152adb902
commit cb8b8800ba
4 changed files with 0 additions and 8 deletions

2
csp.go
View File

@ -36,5 +36,3 @@ func ContentSecurityPolicy(o CSPOptions) func(http.Handler) http.Handler {
} }
return fn return fn
} }
// vim:set ts=8 sw=8 noet:

View File

@ -34,5 +34,3 @@ func TestContentSecurityPolicy(t *testing.T) {
} }
} }
} }
// vim:set ts=8 sw=8 noet:

View File

@ -94,5 +94,3 @@ func fileTorrentHandler(c web.C, w http.ResponseWriter, r *http.Request) {
w.Header().Set(`Content-Disposition`, fmt.Sprintf(`attachment; filename="%s.torrent"`, fileName)) w.Header().Set(`Content-Disposition`, fmt.Sprintf(`attachment; filename="%s.torrent"`, fileName))
http.ServeContent(w, r, "", time.Now(), bytes.NewReader(encoded)) http.ServeContent(w, r, "", time.Now(), bytes.NewReader(encoded))
} }
// vim:set ts=8 sw=8 noet:

View File

@ -58,5 +58,3 @@ func TestCreateTorrentWithImage(t *testing.T) {
t.Fatal("Torrent pieces did not match expected pieces for image") t.Fatal("Torrent pieces did not match expected pieces for image")
} }
} }
// vim:set ts=8 sw=8 noet: