Skip to content

Commit

Permalink
Remove stray whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jan 3, 2019
1 parent ce2163b commit bfd6a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sequence/sequence.C
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ doSummarize(vector<char *> &inputs,
if (pos - bgn > 0) {
nSeqs += 1;
nBases += pos - bgn;

lengths.push_back(pos - bgn);
}
}
Expand Down

0 comments on commit bfd6a09

Please sign in to comment.