Skip to content

Commit 79236d3

Browse files
fix indentation in translate_mrna func
1 parent 96f1be8 commit 79236d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/rosalind/08-prot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function translate_mrna(seq, codon_table)
109109
# return amino acid string
110110
return(aa_string)
111111

112-
end
112+
end
113113

114114
translate_mrna(rna, codon_table)
115115
```

0 commit comments

Comments
 (0)