Javier Soto лет назад: 12
Родитель
Сommit
e6686d0708
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Classes/Global State Explorers/FLEXGlobalsTableViewController.m

+ 1 - 1
Classes/Global State Explorers/FLEXGlobalsTableViewController.m

@@ -87,7 +87,7 @@ typedef NS_ENUM(NSUInteger, FLEXGlobalsRow) {
         switch (defaultRowIndex) {
             case FLEXGlobalsRowAppClasses:
                 titleFuture = ^NSString *{
-                    return [NSString stringWithFormat:@"📕  %@ Classes", [FLEXUtility applicationName]];;
+                    return [NSString stringWithFormat:@"📕  %@ Classes", [FLEXUtility applicationName]];
                 };
                 viewControllerFuture = ^UIViewController *{
                     FLEXClassesTableViewController *classesViewController = [[FLEXClassesTableViewController alloc] init];