diff --git a/include/rocksdb/write_batch.h b/include/rocksdb/write_batch.h index d61ff8c0e..a097f2169 100644 --- a/include/rocksdb/write_batch.h +++ b/include/rocksdb/write_batch.h @@ -206,7 +206,8 @@ class WriteBatch : public WriteBatchBase { WriteBatch* GetWriteBatch() override { return this; } // Constructor with a serialized string object - explicit WriteBatch(const std::string& rep) : save_points_(nullptr), rep_(rep) {} + explicit WriteBatch(const std::string& rep) + : save_points_(nullptr), rep_(rep) {} private: friend class WriteBatchInternal;