go fmt ./...

This commit is contained in:
cuu
2021-10-11 13:55:54 +08:00
parent 0fe6399441
commit 7382cc40b1
88 changed files with 10028 additions and 10478 deletions

View File

@@ -125,11 +125,10 @@ func LoadEncryptionMethods(wired bool) []*CurType {
for _, v := range enctypes {
c := parse_enc_templat(v)
c.Type = v
c.Type = v
encryptionTypes = append(encryptionTypes, c)
}
return encryptionTypes
}