mirror of
https://code.rocketnine.space/tslocum/twins.git
synced 2024-11-27 13:28:15 +01:00
gofmt
This commit is contained in:
parent
8654f0ca1b
commit
daf4b2b1a2
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ func serveHTTPS(w http.ResponseWriter, r *http.Request) (int, int64, string) {
|
||||||
|
|
||||||
// Do we have a custom CSS file? If so, we use this instead.
|
// Do we have a custom CSS file? If so, we use this instead.
|
||||||
if css, found := customCSS[r.URL.Hostname()]; found {
|
if css, found := customCSS[r.URL.Hostname()]; found {
|
||||||
w.Write(css)
|
w.Write(css)
|
||||||
return status, int64(len(css)), ""
|
return status, int64(len(css)), ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default CSS
|
// Default CSS
|
||||||
|
|
Loading…
Reference in a new issue