UseGerritConfigAnnotationTest: Format with google-java-format
Change-Id: I1cb7b9d605501b4a75a7363fa44dbe43dce558de
This commit is contained in:
@@ -36,8 +36,11 @@ public class UseGerritConfigAnnotationTest extends AbstractDaemonTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@GerritConfig(name = "x.y", values = { "a", "b" })
|
||||
@GerritConfig(
|
||||
name = "x.y",
|
||||
values = {"a", "b"}
|
||||
)
|
||||
public void testList() {
|
||||
assertThat(cfg.getStringList("x", null, "y")).asList().containsExactly("a" , "b");
|
||||
assertThat(cfg.getStringList("x", null, "y")).asList().containsExactly("a", "b");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user