Remove trailing whitespace in add-ws-method.js

This commit is contained in:
Henning Morud
2016-04-18 21:15:05 +02:00
parent 4e9310e966
commit 632bb6de2e
+1 -1
View File
@@ -20,7 +20,7 @@ export default function addWsMethod(target) {
* directly, it's just to let our request propagate internally, so that we can
* leave the regular middleware execution and error handling to Express. */
this.get.apply(this, [wsRoute].concat(wrappedMiddlewares));
/*
* Return `this` to allow for chaining:
*/