added copy command to copy selected line result to the clipboard. bumped version...
[LeanCalc.git] / Sources / AppDelegate.m
index 644ed3e..2810af2 100644 (file)
@@ -43,7 +43,6 @@
 
 
 - (NSArray *)completionsForPartialWord:(NSString *)partialWord {
-
        NSEnumerator *enumerator = [functionReference objectEnumerator];
        NSMutableArray *completions = [NSMutableArray array];
 
@@ -56,7 +55,6 @@
        }
        
        return completions;
-
 }