Javier Soto vor 12 Jahren
Ursprung
Commit
e6686d0708
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {
         switch (defaultRowIndex) {
             case FLEXGlobalsRowAppClasses:
             case FLEXGlobalsRowAppClasses:
                 titleFuture = ^NSString *{
                 titleFuture = ^NSString *{
-                    return [NSString stringWithFormat:@"📕  %@ Classes", [FLEXUtility applicationName]];;
+                    return [NSString stringWithFormat:@"📕  %@ Classes", [FLEXUtility applicationName]];
                 };
                 };
                 viewControllerFuture = ^UIViewController *{
                 viewControllerFuture = ^UIViewController *{
                     FLEXClassesTableViewController *classesViewController = [[FLEXClassesTableViewController alloc] init];
                     FLEXClassesTableViewController *classesViewController = [[FLEXClassesTableViewController alloc] init];