diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-31 14:43:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-31 14:43:48 +0200 |
commit | a9614776665c8de5e752189408542f3a5478b5ba (patch) | |
tree | 9e4e125fd0fd60e6de245db546cf4f4f5d530423 /client/src/app/app.module.ts | |
parent | a51bad1accfade25916db0dadaeb879a182cf19b (diff) | |
download | PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.gz PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.zst PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.zip |
Fix lint
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 0b4144e39..cf533629f 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader { | |||
59 | deps: [ ServerService ] | 59 | deps: [ ServerService ] |
60 | }), | 60 | }), |
61 | 61 | ||
62 | AppRoutingModule, // Put it after all the module because it has the 404 route | 62 | AppRoutingModule // Put it after all the module because it has the 404 route |
63 | ], | 63 | ], |
64 | providers: [ ] | 64 | providers: [ ] |
65 | }) | 65 | }) |