瀏覽代碼

apply coding style

Shelikhoo 4 年之前
父節點
當前提交
29718735be
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 {