Skip to content
Snippets Groups Projects
Commit b829ea0a authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Add () to method call.

parent 56069675
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ WHERE ontology.ontology_id = term.ontology_id
my @terms;
while ( $sth->fetch ) {
while ( $sth->fetch() ) {
$subsets ||= '';
push @terms,
......
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