mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ci/cd: fix whitespaces (#11749)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Jackett.Common.Utils
|
||||
{"tr", "udp://open.stealth.si:80/announce"}
|
||||
};
|
||||
|
||||
private static readonly string _TrackersEncoded = _Trackers.GetQueryString(null,true);
|
||||
private static readonly string _TrackersEncoded = _Trackers.GetQueryString(null, true);
|
||||
|
||||
public static Uri InfoHashToPublicMagnet(string infoHash, string title)
|
||||
{
|
||||
|
Reference in New Issue
Block a user