Skip to content

Commit

Permalink
Run scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodBaker committed Oct 7, 2022
1 parent 191ef25 commit 5386607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/elasticsearch/ElasticsearchComponent.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object GeneticsApiQueries {
case _ => term
}
search("variants") query boolQuery.should(termQuery("variant_id.keyword", vToken),
termQuery("rs_id.keyword", term.toLowerCase)
termQuery("rs_id.keyword", term.toLowerCase)
) start p._1 limit p._2 trackTotalHits true
}

Expand Down

0 comments on commit 5386607

Please sign in to comment.