Update TagHelper.java

This commit is contained in:
Aleksey 2020-11-13 17:48:18 +03:00
parent 1efcae58d3
commit 47a587f7b8

View file

@ -61,7 +61,7 @@ public class TagHelper {
} }
} }
public static Tag.Builder apply( Tag.Builder builder, Set<Identifier> ids) { public static Tag.Builder apply(Tag.Builder builder, Set<Identifier> ids) {
ids.forEach((value) -> { ids.forEach((value) -> {
builder.add(value, "Better End Code"); builder.add(value, "Better End Code");
}); });