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

@@ -3,12 +3,13 @@ package websocket
import (
"context"
"fmt"
"github.com/pterodactyl/wings/internal/models"
"net/http"
"strings"
"sync"
"time"
"github.com/pterodactyl/wings/internal/models"
"emperror.dev/errors"
"github.com/apex/log"
"github.com/gbrlsnchs/jwt/v3"