Skip to content

Commit

Permalink
Make format
Browse files Browse the repository at this point in the history
  • Loading branch information
riversand963 authored and zhouyuan committed May 28, 2019
1 parent 0bddcea commit d43100b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/log_write_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ void RunBenchmark() {
env->NewWritableFile(file_name, &file, env_options);
std::unique_ptr<WritableFileWriter> writer;
writer.reset(new WritableFileWriter(std::move(file), file_name, env_options,
env, nullptr/* stats */, options.listeners));
env, nullptr /* stats */,
options.listeners));

std::string record;
record.assign(FLAGS_record_size, 'X');
Expand Down

0 comments on commit d43100b

Please sign in to comment.