Skip to content

Commit 34cede1

Browse files
author
lupengfan1
committed
fix(bulkload) format code.
1 parent 41739da commit 34cede1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/replica/bulk_load/replica_bulk_loader.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ void replica_bulk_loader::download_sst_file(const std::string &remote_dir,
550550
}
551551
}
552552
if (f_meta.name.empty()) {
553-
LOG_WARNING_PREFIX("Cannot get file_meta of {}, cancel download_sst_file task.", file_index);
553+
LOG_WARNING_PREFIX("Cannot get file_meta of {}, cancel download_sst_file task.",
554+
file_index);
554555
return;
555556
}
556557
uint64_t f_size = 0;

0 commit comments

Comments
 (0)