Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
fixed indents
Browse files Browse the repository at this point in the history
  • Loading branch information
zagraves committed Aug 1, 2009
1 parent 6bfafc0 commit 288e3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To work with the response data object, parse the response text
// fetch the user's profile data
YOSResponseData *userProfileResponse = [request
fetchProfileWithDelegate:self];
}
}

- (void)requestDidFinishLoading:(YOSResponseData *)data {
// parse the response text string into a dictionary
Expand All @@ -139,7 +139,7 @@ To work with the response data object, parse the response text
NSString *welcomeText = [NSString stringWithFormat:@"Hey %@ %@!",
[profileData objectForKey:@"givenName"],
[profileData objectForKey:@"familyName"]];
}
}

## Posting User Activities

Expand Down

0 comments on commit 288e3f3

Please sign in to comment.