Skip to content

Commit 9de5db0

Browse files
committed
Add line feed to get the styles to concat together.
1 parent fe5fef6 commit 9de5db0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Preamble_Global.ultra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ controls:
88
options:
99
positionOptions:
1010
enableHighAccuracy: true
11-
trackUserLocation: true
11+
trackUserLocation: true

Preamble_QLever.ultra

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ controls:
1414
options:
1515
positionOptions:
1616
enableHighAccuracy: true
17-
trackUserLocation: true
17+
trackUserLocation: true
18+

0 commit comments

Comments
 (0)