formatting change only

This commit is contained in:
Axel Uhl
2017-12-13 09:40:06 +01:00
parent 6a259ac09b
commit f1d65a0acb
@@ -289,7 +289,7 @@ public class EventListComposite extends Composite implements EventsRefresher, Le
if (i < courseAreasCount) {
builder.appendHtmlConstant(",&nbsp;");
// not more than 4 course areas per line
if(i % 4 == 0) {
if (i % 4 == 0) {
builder.appendHtmlConstant("<br>");
}
}