Skip to content

Commit 42be322

Browse files
committed
fix lint
1 parent 8562884 commit 42be322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/clusters/EnvoyClusterFactoryTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ class EnvoyClusterFactoryTest {
115115
services = services,
116116
properties = properties,
117117
tags = mapOf(
118-
serviceWithTags("service-A","tag-1"),
119-
serviceWithTags("service-C","tag-1", "tag-2"),
120-
serviceWithTags("service-B","tag-2")
118+
serviceWithTags("service-A", "tag-1"),
119+
serviceWithTags("service-C", "tag-1", "tag-2"),
120+
serviceWithTags("service-B", "tag-2")
121121
)
122122
)
123123

0 commit comments

Comments
 (0)