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

Commit c00bcae

Browse files
authored
Remove a temporary lint ignore (#44091)
[The issue](https://github.com/dart-lang/linter/issues/4562) has been resolved. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 64e88e8 commit c00bcae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ui/window.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ class FlutterView {
9696
final PlatformDispatcher platformDispatcher;
9797

9898
/// The configuration of this view.
99-
// TODO(goderbauer): remove ignore when https://github.com/dart-lang/linter/issues/4562 is fixed.
100-
_ViewConfiguration _viewConfiguration; // ignore: prefer_final_fields
99+
_ViewConfiguration _viewConfiguration;
101100

102101
/// The [Display] this view is drawn in.
103102
Display get display {

0 commit comments

Comments
 (0)