Skip to content
Snippets Groups Projects
Commit 5fcdffcf authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Accept [GRXWriter writerWithContainer:nil] for consistency with the rest

parent f2b70207
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ ...@@ -59,7 +59,6 @@
// Designated initializer. // Designated initializer.
- (instancetype)initWithContainer:(id<NSFastEnumeration>)container { - (instancetype)initWithContainer:(id<NSFastEnumeration>)container {
NSAssert(container, @"container can't be nil");
if ((self = [super init])) { if ((self = [super init])) {
_container = container; _container = container;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment