Merge branch 'develop' into features/JAL-2446NCList
[jalview.git] / src / jalview / json / binding / biojs / BioJSRepositoryPojo.java
index c526302..62fb20a 100644 (file)
@@ -66,8 +66,8 @@ public class BioJSRepositoryPojo
             .get("latestReleaseVersion");
 
     JSONArray repositoriesJsonArray = (JSONArray) JsonObj.get("releases");
-    for (Iterator<JSONObject> repoIter = repositoriesJsonArray.iterator(); repoIter
-            .hasNext();)
+    for (Iterator<JSONObject> repoIter = repositoriesJsonArray
+            .iterator(); repoIter.hasNext();)
     {
       JSONObject repoObj = repoIter.next();
       BioJSReleasePojo repo = new BioJSReleasePojo();