FileFormatI further tweaks, clean compile
[jalview.git] / src / jalview / io / FileLoader.java
index 88f9ae5..e17fe04 100755 (executable)
@@ -317,7 +317,7 @@ public class FileLoader implements Runnable
             if (source != null)
             {
               // read from the provided source
-              al = new FormatAdapter().readFromFile(source, format);
+            al = new FormatAdapter().readFromFile(source, format);
             }
             else
             {