mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
fix formatting
This commit is contained in:
parent
dee31ca1d6
commit
44b64077e5
|
|
@ -75,9 +75,9 @@ func Embed(rootMux *mux.Router, listenPort int, serverName string) {
|
||||||
_, _ = w.Write(js)
|
_, _ = w.Write(js)
|
||||||
})
|
})
|
||||||
|
|
||||||
fmt.Println("*-------------------------------*")
|
fmt.Println("*----------------------------------*")
|
||||||
fmt.Println("| This build includes Element Web! |")
|
fmt.Println("| This build includes Element Web! |")
|
||||||
fmt.Println("*-------------------------------*")
|
fmt.Println("*----------------------------------*")
|
||||||
fmt.Println("Point your browser to:", url)
|
fmt.Println("Point your browser to:", url)
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue