mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
formatting change only
This commit is contained in:
Executable → Regular
+1
-1
@@ -289,7 +289,7 @@ public class EventListComposite extends Composite implements EventsRefresher, Le
|
||||
if (i < courseAreasCount) {
|
||||
builder.appendHtmlConstant(", ");
|
||||
// not more than 4 course areas per line
|
||||
if(i % 4 == 0) {
|
||||
if (i % 4 == 0) {
|
||||
builder.appendHtmlConstant("<br>");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user