You've already forked focalboard
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user