Run gofmt.

This commit is contained in:
luk3yx 2020-06-18 10:07:17 +12:00
parent 2422cae7e8
commit 42f4ccefc6
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ func StartServer(config *Config) {
router := MakeHTTPRouter(db, config)
var address, networkProtocol, urlAddress string
switch config.NetworkProtocol {
case "", "tcp":