mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
ReSharper conform to 'var' settings
This commit is contained in:
parent
a36658f6f0
commit
65bd052f3e
199 changed files with 1063 additions and 1063 deletions
|
|
@ -54,7 +54,7 @@ namespace NLangDetect.Core
|
|||
|
||||
public static Detector Create(double alpha)
|
||||
{
|
||||
Detector detector = CreateDetector();
|
||||
var detector = CreateDetector();
|
||||
|
||||
detector.SetAlpha(alpha);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue