fix formatting

This commit is contained in:
Neil Alexander 2021-07-20 09:45:07 +01:00
parent dee31ca1d6
commit 44b64077e5
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -75,9 +75,9 @@ func Embed(rootMux *mux.Router, listenPort int, serverName string) {
_, _ = w.Write(js)
})
fmt.Println("*-------------------------------*")
fmt.Println("*----------------------------------*")
fmt.Println("| This build includes Element Web! |")
fmt.Println("*-------------------------------*")
fmt.Println("*----------------------------------*")
fmt.Println("Point your browser to:", url)
fmt.Println()
}