Skip to content

Commit 363a378

Browse files
committed
removed new lines
1 parent ea6a150 commit 363a378

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

documentation/snippets/language-request-example.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ a pair of coordinates (latitude/longitude), or a specific ip-address.</p>
2626

2727
>
2828
```javascript--browser
29-
var q = {
30-
additional: {
31-
ipAddress: '72.229.28.185'
32-
}
33-
};
34-
29+
var q = { additional: { ipAddress: '72.229.28.185' }};
3530
Breinify.temporalData(q, function(data) {
3631
console.log(data);
3732
});

0 commit comments

Comments
 (0)