Skip to content

Commit 815653d

Browse files
authored
chore : remove spacing line format.
1 parent 3acf05c commit 815653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function(chain, timeout) {
4141
if (data.result && typeof data.result === 'string') {
4242
returnMessage = data.result;
4343
}
44-
44+
4545
return reject(returnMessage);
4646
}
4747

0 commit comments

Comments
 (0)