Permalink
Browse files

Add missing line break.

Meant to do this in #112 (comment).
  • Loading branch information...
1 parent faa91ac commit 6889752ab8927103d59edd7e5e9d76aaa5a82066 Tim Johnsen committed Aug 17, 2016
Showing with 2 additions and 1 deletion.
  1. +2 −1 Example/PinterestSDK/PDKViewController.m
@@ -83,7 +83,8 @@ - (void)viewDidLoad
[self updateButtonEnabledState];
__weak PDKViewController *weakSelf = self;
- [[PDKClient sharedInstance] silentlyAuthenticatefromViewController:self withSuccess:^(PDKResponseObject *responseObject) {
+ [[PDKClient sharedInstance] silentlyAuthenticatefromViewController:self
+ withSuccess:^(PDKResponseObject *responseObject) {
[weakSelf updateButtonEnabledState];
} andFailure:nil];
}

0 comments on commit 6889752

Please sign in to comment.