Fix e621 bug on "pending" pools
[fanfix.git] / src / be / nikiroo / fanfix / supported / BasicSupport.java
index d6801c0dfaf7ba8cb26aff123392196241076d4e..93155961eaea1ff36957553e102d420181a93b7c 100644 (file)
@@ -465,7 +465,6 @@ public abstract class BasicSupport {
         */
        protected Chapter makeChapter(URL source, int number, String name,
                        String content) throws IOException {
-
                // Chapter name: process it correctly, then remove the possible
                // redundant "Chapter x: " in front of it
                String chapterName = processPara(name).getContent().trim();