run prettier

This commit is contained in:
Cucumberrbob 2025-04-08 20:49:06 +01:00
parent 6f67f38600
commit 953e208b18
No known key found for this signature in database
GPG key ID: 2B935C47401C3614
2 changed files with 3 additions and 2 deletions

View file

@ -248,6 +248,7 @@ export class TorrentTableComponent implements OnInit {
}, },
}); });
} }
// Called when "Select All" is toggled // Called when "Select All" is toggled
toggleAllOptions() { toggleAllOptions() {
this.deleteData = this.selectAll; this.deleteData = this.selectAll;