Skip to content

Commit

Permalink
match style requested by @cronopio
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Jun 20, 2012
1 parent 06e78f2 commit 415d4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/node-http-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ else {
//
// Start the server
//
if (!host) {
server.listen(port);
} else {
if (host) {
server.listen(port, host);
} else {
server.listen(port);
}

//
Expand Down

0 comments on commit 415d4ed

Please sign in to comment.