mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: Apply declarations styles (#7166)
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Jackett.Common.Utils
|
||||
{
|
||||
if (str == null)
|
||||
return null;
|
||||
Regex IdRegEx = new Regex(@"(\d+)", RegexOptions.Compiled);
|
||||
var IdRegEx = new Regex(@"(\d+)", RegexOptions.Compiled);
|
||||
var IdMatch = IdRegEx.Match(str);
|
||||
if (!IdMatch.Success)
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user