Skip to content

Commit d544a22

Browse files
committed
lint
1 parent 9a982c8 commit d544a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Context, middlewareCall } from '@curveball/core';
2-
import { NotImplemented, MethodNotAllowed } from '@curveball/http-errors';
2+
import { MethodNotAllowed, NotImplemented } from '@curveball/http-errors';
33
import http from 'http';
44

55
export default class Controller {
@@ -50,6 +50,6 @@ export default class Controller {
5050

5151
return this.dispatch(ctx);
5252

53-
};
53+
}
5454

5555
}

0 commit comments

Comments
 (0)