diff --git a/src/Legacy/Torrent.php b/src/Legacy/Torrent.php index 4a561f0a6..309ced7bf 100644 --- a/src/Legacy/Torrent.php +++ b/src/Legacy/Torrent.php @@ -319,8 +319,7 @@ class Torrent try { $tor = \Arokettu\Bencode\Bencode::decode($file_contents, dictType: \Arokettu\Bencode\Bencode\Collection::ARRAY); - } - catch (Exception ) { + } catch (Exception) { self::torrent_error_exit($lang['TORFILE_INVALID']); }