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

Commit f75d123

Browse files
committed
Fix nullability
1 parent 6bd80bb commit f75d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/golden_tests/engine/recording_canvas_golden_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ class TestImage implements Image {
726726
@override
727727
Image clone() => this;
728728

729-
List<StackTrace>? debugGetOpenHandleStackTraces() => <StackTrace>[];
729+
List<StackTrace>/*?*/ debugGetOpenHandleStackTraces() => <StackTrace>[];
730730
}
731731

732732
Paragraph createTestParagraph() {

0 commit comments

Comments
 (0)