remove comma

This commit is contained in:
Steve Hanson 2021-03-11 15:06:02 +00:00
parent 6b57738e4a
commit 6c9da69abf

View File

@ -1692,7 +1692,7 @@ public:
schemaMap_(std::move(rhs.schemaMap_)),
schemaRef_(std::move(rhs.schemaRef_)),
uri_(std::move(rhs.uri_)),
docId_(rhs.docId_),
docId_(rhs.docId_)
{
rhs.remoteProvider_ = 0;
rhs.allocator_ = 0;