Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
connor committed Aug 8, 2012
1 parent 488a1a1 commit 91548da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions main.m
Expand Up @@ -28,8 +28,8 @@ int main (int argc, const char * argv[]) {
// le search method
id searchResult = [d search:@"connor"];
NSLog(@"%@", searchResult);

// le info method
// le info method
id infoResult = [d info:@"cnnr.me"];
NSLog(@"%@", infoResult);

Expand Down

0 comments on commit 91548da

Please sign in to comment.