Browse Source

apply coding style

Shelikhoo 4 years ago
parent
commit
29718735be
1 changed files with 2 additions and 1 deletions
  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 {