mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 12:31:57 +00:00
Visual Studio Reformat: Emby.Server.Implementations Part T-T
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
using System;
|
||||
|
||||
namespace UniversalDetector.Core
|
||||
{
|
||||
@@ -51,12 +50,12 @@ namespace UniversalDetector.Core
|
||||
|
||||
// freqSeqs / totalSeqs
|
||||
protected float typicalPositiveRatio;
|
||||
|
||||
|
||||
public float TypicalPositiveRatio => typicalPositiveRatio;
|
||||
|
||||
// not used
|
||||
protected bool keepEnglishLetter;
|
||||
|
||||
|
||||
public bool KeepEnglishLetter => keepEnglishLetter;
|
||||
|
||||
protected string charsetName;
|
||||
|
||||
Reference in New Issue
Block a user