JAL-1821 updated the reference sequence column of structure chooser summary table...
[jalview.git] / src / jalview / ws / dbsources / PDBRestClient.java
index 09c10ef..7e80126 100644 (file)
@@ -59,7 +59,6 @@ public class PDBRestClient
               .getFieldToSortBy().trim().isEmpty()) ? "" : (pdbRestRequest
               .getFieldToSortBy() + (pdbRestRequest.isAscending() ? " asc"
               : " desc"));
-
       // Build request parameters for the REST Request
       WebResource webResource = client.resource(PDB_SEARCH_ENDPOINT)
               .queryParam("wt", "json").queryParam("fl", wantedFields)