mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -288,8 +288,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
|
||||
private static bool IsInteger(string s)
|
||||
{
|
||||
int i;
|
||||
if (int.TryParse(s, out i))
|
||||
if (int.TryParse(s, out var i))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user