Skip to content

Commit 348f373

Browse files
committed
Added new line
1 parent 6d186b2 commit 348f373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/wolfram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function askWolfram(input, callback) {
2323
while ( ( match = pattern.exec( xml )) !== null ) {
2424
answers.push( match[1] );
2525
}
26-
26+
2727
//Determine which slot in the response to use
2828
if ( answers[1] === '' ) {
2929
msg = answers[2];
@@ -43,4 +43,4 @@ function askWolfram(input, callback) {
4343
} );
4444
}
4545

46-
module.exports.askWolfram = askWolfram;
46+
module.exports.askWolfram = askWolfram;

0 commit comments

Comments
 (0)