chore: run gofumpt

This commit is contained in:
Matthew Penner
2022-10-05 17:24:11 -06:00
parent 984bd10cf2
commit 3f481e9540
14 changed files with 32 additions and 17 deletions

View File

@@ -5,8 +5,6 @@ import (
"crypto/tls"
"errors"
"fmt"
"github.com/pterodactyl/wings/internal/cron"
"github.com/pterodactyl/wings/internal/database"
log2 "log"
"net/http"
_ "net/http/pprof"
@@ -18,6 +16,9 @@ import (
"strings"
"time"
"github.com/pterodactyl/wings/internal/cron"
"github.com/pterodactyl/wings/internal/database"
"github.com/NYTimes/logrotate"
"github.com/apex/log"
"github.com/apex/log/handlers/multi"