Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Сергей Широков committed Nov 17, 2017
1 parent b045d78 commit f033e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limestone.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ exports.SphinxClient = function() {

server_conn.on("close", function(x){
if (x) {
console.log('closed');
callback(new Error("The socket has closed due to an unknown error"));
console.log('closed');
callback(new Error("The socket has closed due to an unknown error"));
}
});

Expand Down

0 comments on commit f033e0a

Please sign in to comment.