reverted formatting

This commit is contained in:
jackislanding 2025-01-29 20:56:35 -06:00 committed by GitHub
parent c5961acbb5
commit af92498816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,15 +5,15 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/coder/websocket/wsjson"
"net/http" "net/http"
"net/url" "net/url"
"github.com/coder/websocket/wsjson"
"time" "time"
"github.com/coreos/go-oidc/v3/oidc" "github.com/coreos/go-oidc/v3/oidc"
"github.com/coder/websocket"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/coder/websocket"
) )
type CloudRegisterRequest struct { type CloudRegisterRequest struct {