Explorar o código

apply coding style

Shelikhoo %!s(int64=4) %!d(string=hai) anos
pai
achega
29718735be
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {