fixed formatting. thanks @4tXJ7f for pointing me at make format
This commit is contained in:
parent
bbb18c8278
commit
624ef456dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user