1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

chore(format): update coding style

This commit is contained in:
Bo-Yi Wu
2021-03-21 16:28:26 +08:00
parent 5609d9e9ce
commit 2b4e03eed6
17 changed files with 39 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ type Server struct {
}
// NewServer creates a new instance of the webserver.
func NewServer(rootPath string, port int, ssl bool, localOnly bool) *Server {
func NewServer(rootPath string, port int, ssl, localOnly bool) *Server {
r := mux.NewRouter()
var addr string