fix(torrents): fixed eslint warning

This commit is contained in:
OldHawk
2018-06-06 22:32:54 +08:00
parent afe866b139
commit 85b60e48b4

View File

@@ -1784,7 +1784,7 @@
* CancelTorrentNfo
* @constructor
*/
vm.CancelTorrentNfo = function(){
vm.CancelTorrentNfo = function () {
vm.mediaInfoEditMode = false;
};