fixed formatting. thanks @4tXJ7f for pointing me at make format

This commit is contained in:
jsteemann 2015-09-18 22:03:47 +02:00
parent bbb18c8278
commit 624ef456dd

View File

@ -206,7 +206,8 @@ class WriteBatch : public WriteBatchBase {
WriteBatch* GetWriteBatch() override { return this; } WriteBatch* GetWriteBatch() override { return this; }
// Constructor with a serialized string object // 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: private:
friend class WriteBatchInternal; friend class WriteBatchInternal;