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

main
jsteemann 9 years ago
parent bbb18c8278
commit 624ef456dd
  1. 3
      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;

Loading…
Cancel
Save