Skip to content

Commit 37c8189

Browse files
🤖 dprint fmt
1 parent 4df5231 commit 37c8189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/leaflet-rotate/leaflet-rotate-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ point.rotateFrom(60, point2);
3131
const marker = new L.Marker([0, 0], {
3232
rotation: 30,
3333
rotateWithView: true,
34-
scale: 0.5
34+
scale: 0.5,
3535
});
3636
marker.setRotation(30);

0 commit comments

Comments
 (0)