Przeglądaj źródła

apply coding style

Shelikhoo 4 lat temu
rodzic
commit
29718735be
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      infra/control/certchainhash.go

+ 2 - 1
infra/control/certchainhash.go

@@ -5,9 +5,10 @@ import (
 	"encoding/pem"
 	"flag"
 	"fmt"
+	"io/ioutil"
+
 	"github.com/v2fly/v2ray-core/v4/common"
 	v2tls "github.com/v2fly/v2ray-core/v4/transport/internet/tls"
-	"io/ioutil"
 )
 
 type CertificateChainHashCommand struct {