From a2d35132e3f57daade324793e41ec81fe88e7f9c Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 11 Oct 2013 05:10:41 +0200 Subject: [PATCH] Minor formatting --- AFNetworking/AFURLResponseSerialization.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/AFNetworking/AFURLResponseSerialization.m b/AFNetworking/AFURLResponseSerialization.m index 1543b41..e9bc657 100644 --- a/AFNetworking/AFURLResponseSerialization.m +++ b/AFNetworking/AFURLResponseSerialization.m @@ -157,8 +157,6 @@ extern NSString * const AFNetworkingOperationFailingURLResponseErrorKey; return self; } - - #pragma mark - AFURLRequestSerialization - (id)responseObjectForResponse:(NSURLResponse *)response