Skip to content

Commit dd0303f

Browse files
Addressing lint issue
1 parent 29a55da commit dd0303f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Firestore/core/src/firebase/firestore/model/transform_operations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class ArrayTransform : public TransformOperation {
246246
*/
247247
class NumericIncrementTransform : public TransformOperation {
248248
public:
249-
NumericIncrementTransform(FSTNumberValue* operand) : operand_(operand) {
249+
explicit NumericIncrementTransform(FSTNumberValue* operand) : operand_(operand) {
250250
}
251251

252252
Type type() const override {

0 commit comments

Comments
 (0)