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 abb36fc commit 07b08ee
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 @@ -34,7 +34,6 @@ Server.prototype._event = function(eventName, req, res) {
}
res.write(content);
};

if (this._events[eventName]) {
this._events[eventName](req, res);
} else {
Expand Down

0 comments on commit 07b08ee

Please sign in to comment.