aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Model
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:11:39 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:11:39 +0800
commit5b1ca51e7264b5ac581c7a0382beb44ed65bdf14 (patch)
tree8fc0ba38792944b8e6d599eaa11896d66b3801da /Firestore/Source/Model
parent64066c643d4e1fff7d00d656201d056f10fb2c36 (diff)
Addressing comments
Diffstat (limited to 'Firestore/Source/Model')
-rw-r--r--Firestore/Source/Model/FSTFieldValue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firestore/Source/Model/FSTFieldValue.h b/Firestore/Source/Model/FSTFieldValue.h
index 9b715a2..93fd5c4 100644
--- a/Firestore/Source/Model/FSTFieldValue.h
+++ b/Firestore/Source/Model/FSTFieldValue.h
@@ -44,9 +44,9 @@ typedef NS_ENUM(NSInteger, FSTTypeOrder) {
/** Defines the return value for pending server timestamps. */
typedef NS_ENUM(NSInteger, FSTServerTimestampBehavior) {
+ FSTServerTimestampBehaviorNone,
FSTServerTimestampBehaviorEstimate,
- FSTServerTimestampBehaviorPrevious,
- FSTServerTimestampBehaviorNone
+ FSTServerTimestampBehaviorPrevious
};
/** Holds properties that define field value deserialization options. */