Skip to content

Commit 26c71ae

Browse files
committed
Replacing tabs with spaces
1 parent 6ba9af8 commit 26c71ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/submit-request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ SubmitRequest.prototype._addSnapshotMeta = function() {
265265
meta.ctime = this.start;
266266
} else if (this.op.del) {
267267
this.op.m.data = this.snapshot.data;
268-
// break circular dependency if snapshot data already contains metadata
269-
delete this.op.m.data._m;
268+
// break circular dependency if snapshot data already contains metadata
269+
delete this.op.m.data._m;
270270
}
271271
meta.mtime = this.start;
272272
};

0 commit comments

Comments
 (0)