Merge branch 'develop' into bug/JAL-4235_gradle_task_jalviewjsTranspile_does_not_fail...
[jalview.git] / src / jalview / datamodel / DBRefSource.java
index 3b1757b..cb85341 100755 (executable)
@@ -154,7 +154,7 @@ public class DBRefSource
 
   public static boolean isPrimaryCandidate(String ucversion)
   {
-    if (ucversion==null)
+    if (ucversion == null)
     {
       // Null/empty version is not a real reference ?
       return false;