Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b8d9a96

Browse files
Fix formatting
1 parent 6950d01 commit b8d9a96

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/web_ui/test/ui/filters_test.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ Future<void> testMain() async {
101101
);
102102
await drawTestImageWithPaint(ui.Paint()..imageFilter = filter);
103103
await matchGoldenFile('ui_filter_composed_imagefilters.png', region: region);
104-
},
105-
skip: isHtml); // Only Skwasm and CanvasKit implement composable filters right now.
104+
}, skip: isHtml); // Only Skwasm and CanvasKit implement composable filters right now.
106105

107106
test('compose with colorfilter', () async {
108107
final ui.ImageFilter filter = ui.ImageFilter.compose(
@@ -117,8 +116,7 @@ Future<void> testMain() async {
117116
);
118117
await drawTestImageWithPaint(ui.Paint()..imageFilter = filter);
119118
await matchGoldenFile('ui_filter_composed_colorfilter.png', region: region);
120-
},
121-
skip: isHtml); // Only Skwasm and CanvasKit implements composable filters right now.
119+
}, skip: isHtml); // Only Skwasm and CanvasKit implements composable filters right now.
122120

123121
test('color filter as image filter', () async {
124122
const ui.ColorFilter colorFilter = ui.ColorFilter.mode(

0 commit comments

Comments
 (0)