Skip to content

Commit 5870d65

Browse files
fix(spark_css): format css_outline.dart
This commit fixes the formatting of `css_outline.dart` to comply with the CI requirements. The previous commit failed the format check. This commit runs `dart format` on the file.
1 parent 98bd419 commit 5870d65

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/spark_css/lib/src/css_types/css_outline.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ final class _CssOutlineShorthand extends CssOutline {
4242
final CssBorderStyle? style;
4343
final CssColor? color;
4444

45-
const _CssOutlineShorthand({
46-
this.width,
47-
this.style,
48-
this.color,
49-
}) : super._();
45+
const _CssOutlineShorthand({this.width, this.style, this.color}) : super._();
5046

5147
@override
5248
String toCss() {

0 commit comments

Comments
 (0)