We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a55da commit dd0303fCopy full SHA for dd0303f
1 file changed
Firestore/core/src/firebase/firestore/model/transform_operations.h
@@ -246,7 +246,7 @@ class ArrayTransform : public TransformOperation {
246
*/
247
class NumericIncrementTransform : public TransformOperation {
248
public:
249
- NumericIncrementTransform(FSTNumberValue* operand) : operand_(operand) {
+ explicit NumericIncrementTransform(FSTNumberValue* operand) : operand_(operand) {
250
}
251
252
Type type() const override {
0 commit comments