mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-29 16:58:34 +00:00
Run "go fmt ./..."
This commit is contained in:
parent
667279af57
commit
ee21763928
9 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue