Bug fixes + rework of BasicSupport
[gofetch.git] / src / be / nikiroo / gofetch / data / Comment.java
index bbd648a36a81be826af4b574b87f4a8db9137f53..da074820149f4b1fa555036f7890bb1293eafe98 100644 (file)
@@ -91,7 +91,7 @@ public class Comment implements Iterable<Comment> {
 
        public boolean isEmpty() {
                return children.isEmpty() && lines.isEmpty()
-                               && ("" + author + title).trim().isEmpty();
+                               && ("" + author + title).isEmpty();
        }
 
        @Override