Run "go fmt ./..."

This commit is contained in:
RPRX 2023-06-18 17:42:17 +00:00 committed by yuhan6665
parent 667279af57
commit ee21763928
9 changed files with 17 additions and 17 deletions

View file

@ -37,7 +37,7 @@ func (a *VMessAccount) Build() *vmess.Account {
st = protocol.SecurityType_AUTO
}
return &vmess.Account{
Id: a.ID,
Id: a.ID,
SecuritySettings: &protocol.SecurityConfig{
Type: st,
},
@ -61,7 +61,7 @@ type FeaturesConfig struct {
}
type VMessDefaultConfig struct {
Level byte `json:"level"`
Level byte `json:"level"`
}
// Build implements Buildable