Skip to content

Commit 1777c8e

Browse files
format: fix formatting
1 parent 62bf524 commit 1777c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/express-error-handling.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ describe("express error handling", () => {
4848
class SoftErrorHandler implements ExpressErrorMiddlewareInterface {
4949

5050
error(error: any, request: any, response: any, next?: Function): any {
51-
// ERROR WAS IGNORED
52-
next();
53-
}
51+
// ERROR WAS IGNORED
52+
next();
53+
}
5454

5555
}
5656

0 commit comments

Comments
 (0)