Skip to content

Commit 7a4b4cf

Browse files
author
Alexander Rust
committed
Some code formating
1 parent 57a5b6e commit 7a4b4cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Extensions/XEP-0224/XMPPMessage+XEP_0224.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ - (BOOL)isHeadLineMessage {
66
return [[[self attributeForName:@"type"] stringValue] isEqualToString:@"headline"];
77
}
88

9-
10-
119
- (BOOL)isAttentionMessage
1210
{
1311
return [self isHeadLineMessage] && [self elementForName:@"attention" xmlns:XMLNS_ATTENTION];
@@ -22,6 +20,4 @@ - (BOOL)isAttentionMessageWithBody
2220
return NO;
2321
}
2422

25-
26-
2723
@end

0 commit comments

Comments
 (0)