Skip to content

Commit c5b4ec6

Browse files
committed
Format
1 parent fadf0e7 commit c5b4ec6

File tree

1 file changed

+3
-1
lines changed
  • vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo

1 file changed

+3
-1
lines changed

vaadin-maps-leaflet-flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow/demo/ComplexDemo.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ public ComplexDemo()
105105
final LMarker markerInfo = new LMarker(
106106
this.reg,
107107
new LLatLng(this.reg, 49.674662, 12.162869),
108-
new LMarkerOptions().withIcon(divIconInfo).withDraggable(true));
108+
new LMarkerOptions()
109+
.withIcon(divIconInfo)
110+
.withDraggable(true));
109111

110112
@SuppressWarnings("checkstyle:LineLength")
111113
final LIcon iconXDEV = new LIcon(this.reg, new LIconOptions()

0 commit comments

Comments
 (0)