Skip to content

Commit 76bba13

Browse files
author
ideawu
committed
fix indent
1 parent 8fcceb2 commit 76bba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/db_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
823823
Log(options_.info_log,
824824
"Generated table #%llu@%d: %lld keys, %lld bytes",
825825
(unsigned long long) output_number,
826-
compact->compaction->level(),
826+
compact->compaction->level(),
827827
(unsigned long long) current_entries,
828828
(unsigned long long) current_bytes);
829829
}

0 commit comments

Comments
 (0)