Skip to content

Commit

Permalink
Update reads.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Dec 25, 2024
1 parent 697c763 commit b5f1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ void InReads::closeStream() {
closeBam();

streamOutput = false;
if (writer.joinable()) {
if (writer.joinable())
writer.join();
}

Expand Down

0 comments on commit b5f1fa5

Please sign in to comment.