Skip to content

Commit 1667461

Browse files
author
Kevin Dorosh
committed
Remove whitespace in test
Signed-off-by: Kevin Dorosh <kevin.dorosh@solo.io>
1 parent 2cb4526 commit 1667461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/extensions/filters/listener/proxy_protocol/proxy_protocol_test.cc

-2
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,6 @@ TEST_P(ProxyProtocolTest, PartialRead) {
10741074
}
10751075

10761076
TEST_P(ProxyProtocolTest, PartialV1ReadWithAllowNoProxyProtocol) {
1077-
10781077
envoy::extensions::filters::listener::proxy_protocol::v3::ProxyProtocol proto_config;
10791078
proto_config.set_allow_requests_without_proxy_protocol(true);
10801079
connect(true, &proto_config);
@@ -1098,7 +1097,6 @@ TEST_P(ProxyProtocolTest, PartialV1ReadWithAllowNoProxyProtocol) {
10981097
}
10991098

11001099
TEST_P(ProxyProtocolTest, TinyPartialV1ReadWithAllowNoProxyProtocol) {
1101-
11021100
envoy::extensions::filters::listener::proxy_protocol::v3::ProxyProtocol proto_config;
11031101
proto_config.set_allow_requests_without_proxy_protocol(true);
11041102
connect(true, &proto_config);

0 commit comments

Comments
 (0)