Skip to content

Commit 6fc31b9

Browse files
committed
formatting
1 parent c2fe2f5 commit 6fc31b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

documentation/snippets/language-geocoding.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
```javascript--browser
33
var q = {additional: {location: {'text': 'SFO'}}};
44
Breinify.temporalData(q, false, function(data) {
5-
65
// the location will be resolved to San Francisco, CA, US
76
console.log(data);
87
});

0 commit comments

Comments
 (0)