Skip to content

Commit 1ba2a28

Browse files
committed
[css-animations-1] Fix indentation after automated spec change
1 parent 6e01024 commit 1ba2a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@ IDL Definition</h4>
11181118
attribute CSSOMString name;
11191119
readonly attribute CSSRuleList cssRules;
11201120

1121-
undefined appendRule(CSSOMString rule);
1122-
undefined deleteRule(CSSOMString select);
1121+
undefined appendRule(CSSOMString rule);
1122+
undefined deleteRule(CSSOMString select);
11231123
CSSKeyframeRule? findRule(CSSOMString select);
11241124
};
11251125
</pre>

0 commit comments

Comments
 (0)