We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114c3fd commit 96b24feCopy full SHA for 96b24fe
1 file changed
org/opentreeoflife/smasher/Taxon.java
@@ -1020,7 +1020,7 @@ String uniqueName() {
1020
String urank = "";
1021
if (this.rank != null) urank = this.rank + " ";
1022
if (informativeFail)
1023
- urank = urank + " " + this.sourceIds.get(0);
+ urank = urank + this.sourceIds.get(0) + " ";
1024
1025
Taxon i = this.informative();
1026
String irank = "";
0 commit comments