mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 07:55:28 +00:00
Adjust line of code to make it easier to read
This commit is contained in:
@@ -471,7 +471,7 @@
|
||||
{
|
||||
value = [unavailableAttendees objectAtIndex:i];
|
||||
[reason appendString:[value keysWithFormat: @"\n %{Cn}"]];
|
||||
if (!(i == (count - 1)))
|
||||
if (i < count-2)
|
||||
[reason appendString:@", "];
|
||||
}
|
||||
[unavailableAttendees release];
|
||||
|
||||
Reference in New Issue
Block a user