Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Aug 23, 2024
1 parent 3714784 commit 7a898a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void computeStats() throws IOException {
// aggregate as sum
.sum();

logger.info("There are {} heavy (non-hydrogen) atoms in {} PDB structures", heavyAtomCount, Helpers.formatNumber(counter.get()));
logger.info("There are {} heavy (non-hydrogen) atoms in {} PDB structures", Helpers.formatNumber(heavyAtomCount), Helpers.formatNumber(counter.get()));

// write results back to table in README.md
Helpers.updateCount(this.getClass(), heavyAtomCount, counter.get());
Expand Down

0 comments on commit 7a898a3

Please sign in to comment.