]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorChocobozzz <me@florianbigard.com>
Fri, 10 Jul 2020 08:51:07 +0000 (10:51 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 10 Jul 2020 08:51:07 +0000 (10:51 +0200)
server/lib/client-html.ts

index 5996f3c70b05975039cc3a6030ea11f34d063bb1..ca76825cd9e22e034985f14fbdd87808435cb28f 100644 (file)
@@ -143,11 +143,11 @@ export class ClientHtml {
     return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
   }
 
-  private static addFaviconContentHash(htmlStringPage: string) {
+  private static addFaviconContentHash (htmlStringPage: string) {
     return htmlStringPage.replace('[faviconContentHash]', FILES_CONTENT_HASH.FAVICON)
   }
 
-  private static addLogoContentHash(htmlStringPage: string) {
+  private static addLogoContentHash (htmlStringPage: string) {
     return htmlStringPage.replace('[logoContentHash]', FILES_CONTENT_HASH.LOGO)
   }