Skip to content

Commit d741fa2

Browse files
committed
Fix indentation for consistency
1 parent 34bad2d commit d741fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/digestFastqs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ bool mergeReadPairPartial(std::string &varSeqForward, std::vector<int> &varIntQu
837837
minOverlap = (lenF + lenR - maxMergedLength);
838838
}
839839
if (minOverlap > lenF || minOverlap > lenR) {
840-
return true; // no valid overlap possible
840+
return true; // no valid overlap possible
841841
}
842842

843843
if (maxOverlap == 0) {

0 commit comments

Comments
 (0)