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 4, 2024
1 parent def78bb commit 43ab381
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 @@ -85,7 +85,7 @@ def default_http3_listener_manifest():
securityModel: XFP
hostBinding:
namespace:
from: ALL
from: ALL
"""


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


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


Expand Down

0 comments on commit 43ab381

Please sign in to comment.