Skip to content

Commit

Permalink
Trailing space
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Korolev <[email protected]>
  • Loading branch information
IPRIT and knopki authored May 19, 2020
1 parent 07b08ee commit ea16227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/@amperka/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Server.prototype._event = function(eventName, req, res) {
res.writeHead(404, { 'Content-Type': 'text/html' });
res.write('<h1>404 - Not found</h1>');
}

res.end();
};

Expand Down

0 comments on commit ea16227

Please sign in to comment.