1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 05:55:20 -05:00

apply coding style

This commit is contained in:
Shelikhoo
2021-04-13 16:06:48 +01:00
parent 8323add330
commit d7c9a98d76
7 changed files with 15 additions and 14 deletions

View File

@@ -175,6 +175,5 @@ func (br *BalancingRule) Build(ohm outbound.Manager) (*Balancer, error) {
strategy: &RandomStrategy{},
ohm: ohm,
}, nil
}
}