1
0
Fork 0

Added a missing switch break.

This commit is contained in:
Dan Larkin 2017-04-24 16:36:50 -04:00
parent 53e5da6643
commit a17de4e296
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class WBReader : public rocksdb::WriteBatch::Handler {
_builder.add(
"type",
VPackValue(static_cast<uint64_t>(REPLICATION_COLLECTION_CREATE)));
break;
}
case RocksDBEntryType::Document: {
_builder.add(