Skip to content

Commit

Permalink
Analyzer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmc committed Aug 4, 2021
1 parent e3c7a6e commit b16283b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter/test/cupertino/text_field_test.dart
Expand Up @@ -17,8 +17,8 @@ import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';

import '../widgets/clipboard_utils.dart';
import '../rendering/mock_canvas.dart';
import '../widgets/clipboard_utils.dart';
import '../widgets/semantics_tester.dart';

// On web, the context menu (aka toolbar) is provided by the browser.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/test/material/text_form_field_test.dart
Expand Up @@ -10,8 +10,8 @@ import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';

import '../widgets/clipboard_utils.dart';
import '../rendering/mock_canvas.dart';
import '../widgets/clipboard_utils.dart';
import '../widgets/editable_text_utils.dart';

void main() {
Expand Down
1 change: 0 additions & 1 deletion packages/flutter/test/widgets/clipboard_utils.dart
Expand Up @@ -31,4 +31,3 @@ class MockClipboard {
}
}
}

0 comments on commit b16283b

Please sign in to comment.