@@ -34,9 +34,9 @@ exports[`address > 42 > direction > with abbr = false 1`] = `"South"`;
3434
3535exports [` address > 42 > direction > with abbr = true 1` ] = ` "S"` ;
3636
37- exports [` address > 42 > latitude > noArgs 1` ] = ` " -22.5828" ` ;
37+ exports [` address > 42 > latitude > noArgs 1` ] = ` -22.5828` ;
3838
39- exports [` address > 42 > longitude > noArgs 1` ] = ` " -45.1656" ` ;
39+ exports [` address > 42 > longitude > noArgs 1` ] = ` -45.1656` ;
4040
4141exports [` address > 42 > nearbyGPSCoordinate > near origin 1` ] = `
4242[
@@ -122,9 +122,9 @@ exports[`address > 1211 > direction > with abbr = false 1`] = `"Southwest"`;
122122
123123exports [` address > 1211 > direction > with abbr = true 1` ] = ` "SW"` ;
124124
125- exports [` address > 1211 > latitude > noArgs 1` ] = ` " 77.1337" ` ;
125+ exports [` address > 1211 > latitude > noArgs 1` ] = ` 77.1337` ;
126126
127- exports [` address > 1211 > longitude > noArgs 1` ] = ` " 154.2673" ` ;
127+ exports [` address > 1211 > longitude > noArgs 1` ] = ` 154.2673` ;
128128
129129exports [` address > 1211 > nearbyGPSCoordinate > near origin 1` ] = `
130130[
@@ -210,9 +210,9 @@ exports[`address > 1337 > direction > with abbr = false 1`] = `"South"`;
210210
211211exports [` address > 1337 > direction > with abbr = true 1` ] = ` "S"` ;
212212
213- exports [` address > 1337 > latitude > noArgs 1` ] = ` " -42.8356" ` ;
213+ exports [` address > 1337 > latitude > noArgs 1` ] = ` -42.8356` ;
214214
215- exports [` address > 1337 > longitude > noArgs 1` ] = ` " -85.6711" ` ;
215+ exports [` address > 1337 > longitude > noArgs 1` ] = ` -85.6711` ;
216216
217217exports [` address > 1337 > nearbyGPSCoordinate > near origin 1` ] = `
218218[
0 commit comments