Navigation Menu

Skip to content

Commit

Permalink
Add a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 9, 2012
1 parent f59eb8e commit 12b5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -49,7 +49,7 @@ function search(query, callback) {
});

request.on('error', function(error) {
return callback(error)
return callback(error);
});

request.end();
Expand Down

0 comments on commit 12b5b5f

Please sign in to comment.