mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 04:17:50 +00:00
Add analysis_options, fix and format. (#102)
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('This test always passes', (WidgetTester tester) async {});
|
||||
testWidgets('This test always passes', (tester) async {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user