Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Dec 5, 2024
1 parent 0939cec commit c806925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def default_http3_listener_manifest():
securityModel: XFP
hostBinding:
namespace:
from: ALL
from: ALL
"""


Expand All @@ -103,7 +103,7 @@ def default_udp_listener_manifest():
securityModel: XFP
hostBinding:
namespace:
from: ALL
from: ALL
"""


Expand All @@ -123,7 +123,7 @@ def default_tcp_listener_manifest():
securityModel: XFP
hostBinding:
namespace:
from: ALL
from: ALL
"""


Expand Down

0 comments on commit c806925

Please sign in to comment.