Javier Soto 12 年 前
コミット
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];