mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-05 05:27:40 +03:00
fix: format
This commit is contained in:
parent
fda93579f0
commit
9a80fe589a
1 changed files with 0 additions and 3 deletions
|
@ -342,7 +342,6 @@ func TestCompileRangePort(t *testing.T) {
|
||||||
|
|
||||||
ob11 := 1
|
ob11 := 1
|
||||||
rules2 := []TextRule{
|
rules2 := []TextRule{
|
||||||
|
|
||||||
{
|
{
|
||||||
Outbound: "ob11",
|
Outbound: "ob11",
|
||||||
Address: "1.1.2.0/24",
|
Address: "1.1.2.0/24",
|
||||||
|
@ -358,7 +357,6 @@ func TestCompileRangePort(t *testing.T) {
|
||||||
|
|
||||||
ob21 := 1
|
ob21 := 1
|
||||||
rules3 := []TextRule{
|
rules3 := []TextRule{
|
||||||
|
|
||||||
{
|
{
|
||||||
Outbound: "ob21",
|
Outbound: "ob21",
|
||||||
Address: "1.1.2.0/24",
|
Address: "1.1.2.0/24",
|
||||||
|
@ -371,5 +369,4 @@ func TestCompileRangePort(t *testing.T) {
|
||||||
"ob21": ob21,
|
"ob21": ob21,
|
||||||
}, 100, &testGeoLoader{})
|
}, 100, &testGeoLoader{})
|
||||||
assert.Error(t, err)
|
assert.Error(t, err)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue