Browse Source

apply coding style

Shelikhoo 4 years ago
parent
commit
408b5adc1c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      transport/internet/websocket/dialer.go

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

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