Fix eslint styling errors.

This commit is contained in:
Blade Barringer
2015-11-04 21:19:58 -06:00
parent 292177e51f
commit 5cd3f0dd6e
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
import errorHandler from './errorHandler';
export default function middleware (app) {
// Error handler middleware, define as the last one
app.use(errorHandler);
};
}