Skip to content
Snippets Groups Projects
Commit 44096d70 authored by Marek Szuba's avatar Marek Szuba
Browse files

Add "return" at the end of RNAProduct::add_DBEntry()

Thanks, perlcritic.
parent 6f1ab7e6
No related branches found
No related tags found
2 merge requests!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema,!371Add support for mature RNA products of transcripts (e.g. MicroRNA) to the API and schema
......@@ -188,6 +188,8 @@ sub add_DBEntry {
$self->{'dbentries'} ||= [];
push @{$self->{'dbentries'}}, $dbe;
return;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment