Skip to content

Commit 76affbc

Browse files
committed
Fix code style
1 parent 276fa72 commit 76affbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nodejs/sample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
var https = require('https');
22
var querystring = require('querystring');
33

4-
var url = "https://www.whoisxmlapi.com/whoisserver/WhoisService?";
4+
var url = "https://www.whoisxmlapi.com/"
5+
+"whoisserver/WhoisService?";
56

67
var parameters = {
78
domainName: 'google.com',

0 commit comments

Comments
 (0)