Coding style.
This commit is contained in:
parent
fac12cfde9
commit
ed5604447a
10 changed files with 60 additions and 60 deletions
|
@ -51,7 +51,7 @@
|
|||
node: nil];
|
||||
|
||||
@try {
|
||||
_discoNodes = [OFMutableDictionary new];
|
||||
_discoNodes = [[OFMutableDictionary alloc] init];
|
||||
_connection = connection;
|
||||
_capsNode = [capsNode copy];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue