aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/Snapshot/FSnapshotUtilities.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Database/Snapshot/FSnapshotUtilities.m')
-rw-r--r--Firebase/Database/Snapshot/FSnapshotUtilities.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Database/Snapshot/FSnapshotUtilities.m b/Firebase/Database/Snapshot/FSnapshotUtilities.m
index 1b83430..c6012d3 100644
--- a/Firebase/Database/Snapshot/FSnapshotUtilities.m
+++ b/Firebase/Database/Snapshot/FSnapshotUtilities.m
@@ -52,7 +52,7 @@
+ (id<FNode>) internalNodeFrom:(id)val priority:(id)aPriority withValidationFrom:(NSString *)fn atDepth:(int)depth path:(NSMutableArray *)path {
-
+
if (depth > kFirebaseMaxObjectDepth) {
NSRange range;
range.location = 0;
@@ -179,7 +179,7 @@
[updatePaths addObject:path];
compoundWrite = [compoundWrite addWrite:node atPath:path];
}
-
+
// Check that the update paths are not descendants of each other.
[updatePaths sortUsingComparator:^NSComparisonResult(FPath* left, FPath* right) {
return [left compare:right];