Strip trailing whitespace. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-03 22:20:08 -04:00
parent e4882e2e00
commit 10433089a4
19 changed files with 177 additions and 177 deletions

View File

@@ -977,7 +977,7 @@ request.timeoutInterval = 1.0;
- (void)testUnavailabilityOfResponseInDidFailWithErrorCallback {
NSURL *URL = [[NSURL alloc] initWithString:@"http://localhost:8765"];
RKTestResponseLoader* loader = [RKTestResponseLoader responseLoader];
RKClient *client = [RKClient clientWithBaseURL:URL];
RKRequest *request = [client requestWithResourcePath:@"/invalid"];
request.method = RKRequestMethodGET;