Skip to content

Commit

Permalink
style: format code with Autopep8 and Google Java Format
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in bcdd831 according to the output
from Autopep8 and Google Java Format.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jun 22, 2024
1 parent bcdd831 commit 800e415
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 800e415

Please sign in to comment.