Remove extra newline

This commit is contained in:
Gabe Kangas
2022-05-16 11:43:57 -07:00
parent b4c798f511
commit dcac6783dd

View File

@@ -9,7 +9,6 @@ import (
// SetHeaders will set our global headers for web resources.
func SetHeaders(w http.ResponseWriter) {
// When running automated browser tests we must allow `unsafe-eval` in our CSP
// so we can explicitly add it only when needed.
inTest := os.Getenv("BROWSER_TEST") == "true"