mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 19:02:58 +01:00
go fmt ./...
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user