Skip to content

Commit

Permalink
clean spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jigfox committed Oct 1, 2018
1 parent 232de7e commit 7f2e56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/RCTWKWebView/RCTWKWebView.m
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ - (void)stopLoading
}

- (NSString *) cookieDescription:(NSHTTPCookie *)cookie {

NSMutableString *cDesc = [[NSMutableString alloc] init];
[cDesc appendFormat:@"%@=%@;",
[[cookie name] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding],
Expand All @@ -319,8 +319,8 @@ - (NSString *) cookieDescription:(NSHTTPCookie *)cookie {
[cDesc appendFormat:@"path=%@;", [cookie path]];
if (cookie.expiresDate != nil)
[cDesc appendFormat:@"expiresDate=%@;", [cookie expiresDate]];


return cDesc;
}

Expand Down

0 comments on commit 7f2e56d

Please sign in to comment.