Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Sep 11, 2024
1 parent 3ba7e2e commit 29e42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/controllers/subtitle-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class SubtitleController {
}

reset() {
this.subtitles = []
this.subtitles = [];
this.subtitleFileNames = undefined;
this.cacheHtml();
}
Expand Down

0 comments on commit 29e42a5

Please sign in to comment.