Procházet zdrojové kódy

apply coding style

Shelikhoo před 5 roky
rodič
revize
408b5adc1c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      transport/internet/websocket/dialer.go

+ 2 - 1
transport/internet/websocket/dialer.go

@@ -6,10 +6,11 @@ import (
 	"bytes"
 	"context"
 	"encoding/base64"
-	"github.com/v2fly/v2ray-core/v4/features/extension"
 	"io"
 	"time"
 
+	"github.com/v2fly/v2ray-core/v4/features/extension"
+
 	"github.com/gorilla/websocket"
 	core "github.com/v2fly/v2ray-core/v4"