Fixed formatting

This commit is contained in:
Prianka Liz Kariat 2023-12-22 21:11:56 +05:30
parent ba8316abd3
commit 7fab4dbce8

View File

@ -114,8 +114,8 @@ static NSString *const kExpectedErrorDomain = @"com.google.mediapipe.tasks";
@[ [[MPPLanguagePrediction alloc] initWithLanguageCode:@"ru" probability:0.9933616f] ];
[self assertResultsOfDetectLanguageOfText:ruText
usingLanguageDetector:languageDetector
approximatelyEqualsExpectedLanguagePredictions:expectedRuLanguagePredictions];
usingLanguageDetector:languageDetector
approximatelyEqualsExpectedLanguagePredictions:expectedRuLanguagePredictions];
NSString *zhText = @"分久必合合久必分";
NSArray<MPPLanguagePrediction *> *expectedZhLanguagePredictions = @[