Skip to content

Commit 7f2e56d

Browse files
committed
clean spaces
1 parent 232de7e commit 7f2e56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/RCTWKWebView/RCTWKWebView.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ - (void)stopLoading
308308
}
309309

310310
- (NSString *) cookieDescription:(NSHTTPCookie *)cookie {
311-
311+
312312
NSMutableString *cDesc = [[NSMutableString alloc] init];
313313
[cDesc appendFormat:@"%@=%@;",
314314
[[cookie name] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding],
@@ -319,8 +319,8 @@ - (NSString *) cookieDescription:(NSHTTPCookie *)cookie {
319319
[cDesc appendFormat:@"path=%@;", [cookie path]];
320320
if (cookie.expiresDate != nil)
321321
[cDesc appendFormat:@"expiresDate=%@;", [cookie expiresDate]];
322-
323-
322+
323+
324324
return cDesc;
325325
}
326326

0 commit comments

Comments
 (0)