diff --git a/csp.go b/csp.go index ac68d1a..098e271 100644 --- a/csp.go +++ b/csp.go @@ -36,5 +36,3 @@ func ContentSecurityPolicy(o CSPOptions) func(http.Handler) http.Handler { } return fn } - -// vim:set ts=8 sw=8 noet: diff --git a/csp_test.go b/csp_test.go index ae4c6db..d2b6eee 100644 --- a/csp_test.go +++ b/csp_test.go @@ -34,5 +34,3 @@ func TestContentSecurityPolicy(t *testing.T) { } } } - -// vim:set ts=8 sw=8 noet: diff --git a/torrent.go b/torrent.go index 1f8c942..3f7405c 100644 --- a/torrent.go +++ b/torrent.go @@ -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)) http.ServeContent(w, r, "", time.Now(), bytes.NewReader(encoded)) } - -// vim:set ts=8 sw=8 noet: diff --git a/torrent_test.go b/torrent_test.go index f0b2c8c..9a44eb9 100644 --- a/torrent_test.go +++ b/torrent_test.go @@ -58,5 +58,3 @@ func TestCreateTorrentWithImage(t *testing.T) { t.Fatal("Torrent pieces did not match expected pieces for image") } } - -// vim:set ts=8 sw=8 noet: