Skip to content

Commit 8c67dc6

Browse files
committed
linting
1 parent 6653538 commit 8c67dc6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Tests/MapLibreSwiftUITests/MapViewCoordinator/MapViewCoordinatorCameraTests.swift

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
4545
verify(maplibreMapView)
4646
.minimumPitch(newValue: .value(0))
4747
.setterCalled(count: 2)
48-
48+
4949
verify(maplibreMapView)
5050
.maximumPitch(newValue: .value(0))
5151
.setterCalled(count: 1)
@@ -81,11 +81,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
8181
verify(maplibreMapView)
8282
.minimumPitch(newValue: .value(0))
8383
.setterCalled(count: 2)
84-
84+
8585
verify(maplibreMapView)
8686
.maximumPitch(newValue: .value(0))
8787
.setterCalled(count: 1)
88-
88+
8989
verify(maplibreMapView)
9090
.maximumPitch(newValue: .value(60))
9191
.setterCalled(count: 1)
@@ -116,11 +116,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
116116
verify(maplibreMapView)
117117
.minimumPitch(newValue: .value(0))
118118
.setterCalled(count: 2)
119-
119+
120120
verify(maplibreMapView)
121121
.maximumPitch(newValue: .value(0))
122122
.setterCalled(count: 1)
123-
123+
124124
verify(maplibreMapView)
125125
.maximumPitch(newValue: .value(60))
126126
.setterCalled(count: 1)
@@ -151,11 +151,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
151151
verify(maplibreMapView)
152152
.minimumPitch(newValue: .value(0))
153153
.setterCalled(count: 2)
154-
154+
155155
verify(maplibreMapView)
156156
.maximumPitch(newValue: .value(0))
157157
.setterCalled(count: 1)
158-
158+
159159
verify(maplibreMapView)
160160
.maximumPitch(newValue: .value(60))
161161
.setterCalled(count: 1)
@@ -186,11 +186,11 @@ final class MapViewCoordinatorCameraTests: XCTestCase {
186186
verify(maplibreMapView)
187187
.minimumPitch(newValue: .value(0))
188188
.setterCalled(count: 2)
189-
189+
190190
verify(maplibreMapView)
191191
.maximumPitch(newValue: .value(0))
192192
.setterCalled(count: 1)
193-
193+
194194
verify(maplibreMapView)
195195
.maximumPitch(newValue: .value(60))
196196
.setterCalled(count: 1)

0 commit comments

Comments
 (0)