Explorar o código

Remove double semicolon (#348)

Javier Navarro %!s(int64=6) %!d(string=hai) anos
pai
achega
67359023f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Classes/Editing/FLEXMethodCallingViewController.m

+ 1 - 1
Classes/Editing/FLEXMethodCallingViewController.m

@@ -30,7 +30,7 @@
     if (self) {
         self.method = method;
         self.returnType = [FLEXRuntimeUtility returnTypeForMethod:method];
-        self.title = [self isClassMethod] ? @"Class Method" : @"Method";;
+        self.title = [self isClassMethod] ? @"Class Method" : @"Method";
     }
     return self;
 }