Visual Studio Reformat: Emby.Server.Implementations Part T-T

This commit is contained in:
Erwin de Haan
2019-01-13 20:22:56 +01:00
parent 0efc699e3d
commit 25f0315e91
39 changed files with 1054 additions and 892 deletions

View File

@@ -100,7 +100,7 @@ namespace UniversalDetector
this.confidence = 0.0f;
base.Reset();
}
public string Charset => charset;
public float Confidence => confidence;
@@ -109,9 +109,9 @@ namespace UniversalDetector
{
this.charset = charset;
this.confidence = confidence;
// if (Finished != null) {
// Finished(charset, confidence);
// }
// if (Finished != null) {
// Finished(charset, confidence);
// }
}
}