Removed empty lines.

This commit is contained in:
Thomas Dohmke 2011-12-19 08:04:59 +01:00
parent 71aab1cc1e
commit 3b5bf19433

View file

@ -98,7 +98,6 @@
invocation.selector = crashReporterSelector;
[invocation setArgument:&value atIndex:2];
[invocation invoke];
}
+ (BOOL)checkJMCConfiguration:(NSDictionary *)configuration {
@ -123,7 +122,6 @@
[invocation setArgument:&project atIndex:3];
[invocation setArgument:&key atIndex:4];
[invocation invoke];
}
#pragma mark - Public Instance Methods (Configuration)