Explicitly allow lines up to 100 chars in Rubocop
[lhc/web/wiklou.git] / includes / content / WikitextContent.php
index e774735..dbe09f9 100644 (file)
@@ -104,7 +104,6 @@ class WikitextContent extends TextContent {
 
                $newContent = new static( $text );
 
-
                return $newContent;
        }