Skip to content

Commit ecf097d

Browse files
committed
Fix dart formatting in camera_options_test.dart
1 parent 90a4fa2 commit ecf097d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/camera/camera_web/example/integration_test/camera_options_test.dart

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,11 @@ void main() {
108108
);
109109
});
110110

111-
testWidgets('serializes to true when no constraints are provided',
112-
(WidgetTester tester) async {
111+
testWidgets('serializes to true when no constraints are provided', (
112+
WidgetTester tester,
113+
) async {
113114
const VideoConstraints videoConstraints = VideoConstraints();
114-
expect(
115-
videoConstraints.toMediaStreamConstraints().dartify(),
116-
isTrue,
117-
);
115+
expect(videoConstraints.toMediaStreamConstraints().dartify(), isTrue);
118116
});
119117

120118
testWidgets('supports value equality', (WidgetTester tester) async {

0 commit comments

Comments
 (0)