Remove ; from method implementation definition
Summary: Removing excessive semicolon ";" symbol from method implementation definition. Reviewed By: adamjernst Differential Revision: D16912006 fbshipit-source-id: 9c3e778a107e8fd0055f40a95ea9ca58d461e1c5
This commit is contained in:
committed by
Facebook Github Bot
parent
ea7578aa16
commit
e874e032c6
@@ -119,7 +119,7 @@ using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin;
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void)start;
|
||||
- (void)start
|
||||
{
|
||||
#if !TARGET_OS_SIMULATOR
|
||||
_secureServer = [FKPortForwardingServer new];
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#pragma mark - SKNetworkReporterDelegate
|
||||
|
||||
|
||||
- (void)didObserveRequest:(SKRequestInfo *)request;
|
||||
- (void)didObserveRequest:(SKRequestInfo *)request
|
||||
{
|
||||
NSMutableArray<NSDictionary<NSString *, id> *> *headers = [NSMutableArray new];
|
||||
for (NSString *key in [request.request.allHTTPHeaderFields allKeys]) {
|
||||
|
||||
Reference in New Issue
Block a user