From 49cd96a4caa3fe0262b2108dbe507fba381bece7 Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Tue, 22 Jan 2019 16:20:34 -0500 Subject: [PATCH] whitespace.. --- types/express/express-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/express/express-tests.ts b/types/express/express-tests.ts index 12d3b47676..37cf543df5 100644 --- a/types/express/express-tests.ts +++ b/types/express/express-tests.ts @@ -137,7 +137,7 @@ namespace express_tests { req.next; res.req; }); - + // Test mounting sub-apps app.use('/sub-app', express());