Skip to content

Commit

Permalink
Merge pull request #444 from VerisimilitudeX/deepsource-transform-8d4…
Browse files Browse the repository at this point in the history
…b15c3

style: format code with Autopep8 and Google Java Format
  • Loading branch information
VerisimilitudeX authored Jun 22, 2024
2 parents bcdd831 + 800e415 commit f14c647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private CodonDataConstants() {}
// map for faster
// retrieval
protected static final EnumMap<AminoAcid, List<String>> codonDataAcidMap =
new EnumMap<>(AminoAcid.class);
new EnumMap<>(AminoAcid.class);

static {
for (AminoAcid aminoAcid : AminoAcid.values()) {
Expand Down

0 comments on commit f14c647

Please sign in to comment.