Merge branch 'JAL-1286' into develop
[jalview.git] / test / jalview / io / TCoffeeScoreFileTest.java
index b2fbe14..6d11ebe 100644 (file)
@@ -134,6 +134,7 @@ public class TCoffeeScoreFileTest {
        
        @Test
        public void testGetAsList() throws IOException {
+               
           TCoffeeScoreFile parser = new TCoffeeScoreFile(SCORE_FILE.getPath(),FormatAdapter.FILE);
           assertTrue(parser.getWarningMessage(),parser.isValid());
                List<String> scores = parser.getScoresList();