Skip to content

Commit c8ee630

Browse files
romeo4934claude
andcommitted
Fix dart formatting in camera_options_test.dart
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 90a4fa2 commit c8ee630

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)