Added checkstyle for tests

This commit is contained in:
Marcin Grzejszczak
2019-02-03 15:34:10 +01:00
parent e4b08a083c
commit c6ddfe1af4
61 changed files with 273 additions and 228 deletions

View File

@@ -25,7 +25,7 @@ public class Emitter implements Supplier<String> {
private int i = 0;
private String[] values = { "one", "two", "three", "four" };
private String[] values = {"one", "two", "three", "four"};
@Override
public String get() {