Skip to content

Commit 498d504

Browse files
authored
[DOCS] Remove trailing whitespace in README.md (#508)
This avoids spurious differences appearing after using an editor that automatically removes trailing whitespace.
1 parent 0d69060 commit 498d504

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ foreach($cssDocument->getAllRuleSets() as $oRuleSet) {
158158
// Note that the added dash will make this remove all rules starting with
159159
// `font-` (like `font-size`, `font-weight`, etc.) as well as a potential
160160
// `font` rule.
161-
$oRuleSet->removeRule('font-');
161+
$oRuleSet->removeRule('font-');
162162
$oRuleSet->removeRule('cursor');
163163
}
164164
```
@@ -625,20 +625,20 @@ classDiagram
625625
626626
class OutputFormat {
627627
}
628-
628+
629629
class OutputFormatter {
630630
}
631-
631+
632632
class Parser {
633633
}
634-
634+
635635
class ParserState {
636636
}
637637
638638
class Renderable {
639639
<<interface>>
640640
}
641-
641+
642642
class Settings {
643643
}
644644

0 commit comments

Comments
 (0)