Navigation Menu

Skip to content

Commit

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

request.end();
};
}

// routings
app.get('/', function(request, response){
Expand Down

0 comments on commit 7501a78

Please sign in to comment.