Skip to content

Commit 0492ed5

Browse files
committed
Moved where Error 101063 is creation down lower to the point where it will never be overwritten, and code makes more sense.
1 parent e86721d commit 0492ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: SSYOperation.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ - (void)setError:(NSError*)error {
111111
}
112112

113113
- (void)setAllGroupsError:(NSError*)error {
114-
[[self operationQueue] setError:error
115-
operation:nil] ;
114+
[[self operationQueue] setError:error
115+
operation:nil] ;
116116
}
117117

118118

0 commit comments

Comments
 (0)