Skip to content

Commit 85960bd

Browse files
committed
fix: remove trailing whitespace in app.module.ts
1 parent 361f416 commit 85960bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const setupApp = () => {
7272
},
7373
},
7474
exclude: {
75-
paths: ['/'],
75+
paths: ['/'],
7676
},
7777
swagger: {
7878
persistAuthorization: true,

0 commit comments

Comments
 (0)