From b2e395bb40146a1ba2895e93c4e2e731e856c5c6 Mon Sep 17 00:00:00 2001 From: "jan.kozlowski" Date: Sat, 14 Sep 2024 11:45:37 +0200 Subject: [PATCH] apply ktlintFormat --- .../snapshot/resource/listeners/filters/SanUriMatcherFactory.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/listeners/filters/SanUriMatcherFactory.kt b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/listeners/filters/SanUriMatcherFactory.kt index d0028c305..4cddea4b6 100644 --- a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/listeners/filters/SanUriMatcherFactory.kt +++ b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/listeners/filters/SanUriMatcherFactory.kt @@ -3,7 +3,6 @@ package pl.allegro.tech.servicemesh.envoycontrol.snapshot.resource.listeners.fil import io.envoyproxy.envoy.type.matcher.v3.RegexMatcher import io.envoyproxy.envoy.type.matcher.v3.StringMatcher import pl.allegro.tech.servicemesh.envoycontrol.snapshot.TlsAuthenticationProperties -import java.lang.IllegalArgumentException class SanUriMatcherFactory( private val tlsProperties: TlsAuthenticationProperties