Skip to content

Commit 643c437

Browse files
authored
Adding comment
1 parent b7fa7ef commit 643c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSAL/test/app/ios/MSALTestAppLogViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ - (void)proccessData:(NSArray *)data {
141141

142142
NSString *str = nil;
143143
NSLog(@"String length: %lu", (unsigned long)[str length]);
144-
144+
// creating array
145145
NSMutableArray *array = [[NSMutableArray alloc] init];
146146
[array addObject:@"Test"];
147147
}

0 commit comments

Comments
 (0)