Skip to content

Commit d333ff9

Browse files
committed
formatting
1 parent 363a378 commit d333ff9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

documentation/snippets/language-resolve-ip-address.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ one. To specify the ip-address to resolve, the library provides an overriden ver
1919

2020
>
2121
```javascript--browser
22-
var q = {
23-
additional: {
24-
ipAddress: '72.229.28.185'
25-
}
26-
};
22+
var q = { additional: { ipAddress: '72.229.28.185' }};
2723
Breinify.temporalData(q, false, function(data) {
2824
console.log(data);
2925
});

0 commit comments

Comments
 (0)