Skip to content

Commit 51e1298

Browse files
committed
better formatting of resulting output; newline after declaration block
1 parent 0cf5ed8 commit 51e1298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/CSSRuleSet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,11 +643,11 @@ public function createFontShorthand() {
643643
$this->removeRule($sProperty);
644644
}
645645
}
646-
646+
647647
public function __toString() {
648648
$sResult = implode(', ', $this->aSelectors).' {';
649649
$sResult .= parent::__toString();
650-
$sResult .= '}';
650+
$sResult .= '}'."\n";
651651
return $sResult;
652652
}
653653
}

0 commit comments

Comments
 (0)