Skip to content

Commit 5004a5e

Browse files
src/gc_extrap.cpp: fixing typo
1 parent 06d0f9a commit 5004a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gc_extrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ gc_extrap_main(int argc, char *argv[]) { // NOLINT(*-avoid-c-arrays)
156156

157157
const auto input_format = BAM_FORMAT_INPUT ? "BAM" : "BED";
158158
if (verbose)
159-
std::cerr << "LOADING READS (" << input_format << "format)\n";
159+
std::cerr << "LOADING READS (" << input_format << " format)\n";
160160

161161
std::vector<double> coverage_hist;
162162
const auto n_reads = [&] {

0 commit comments

Comments
 (0)