Skip to content

Commit e45d95f

Browse files
committed
Use final to fix CI
1 parent cdfcffe commit e45d95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom_lint/test/mock_fs.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class _StdoutOverride implements Stdout {
119119
///
120120
/// Alternatively, set [IOOverrides.global] to a [_MockFs] instance in your
121121
/// test's `setUp`, and to `null` in the `tearDown`.
122-
class _MockFs extends IOOverrides {
122+
final class _MockFs extends IOOverrides {
123123
_MockFs(
124124
Stdout out,
125125
this._directory, {

0 commit comments

Comments
 (0)