Skip to content

Commit

Permalink
Fix double unit declaration in nucleotide-count (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango authored Mar 17, 2024
1 parent 9572b43 commit dfad329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions exercises/practice/nucleotide-count/.meta/template-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ example: |-
}
stub: |-
unit module NucleotideCount;
sub nucleotide-count ($strand) is export {
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
unit module NucleotideCount;

unit module NucleotideCount;

sub nucleotide-count ($strand) is export {
}

0 comments on commit dfad329

Please sign in to comment.