Skip to content

Commit 8c7c979

Browse files
author
Ludwig Bolling
committed
Fix omit_obvious_local_variable_types lint in CameraX test
1 parent 15fd060 commit 8c7c979

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/camera/camera_android_camerax/test/android_camera_camerax_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,8 +3921,8 @@ void main() {
39213921
final mockImageCapture = MockImageCapture();
39223922
final mockNewImageCapture = MockImageCapture();
39233923
const int defaultTargetRotation = Surface.rotation90;
3924-
const int jpegQuality = 73;
3925-
const int cameraId = 9;
3924+
const jpegQuality = 73;
3925+
const cameraId = 9;
39263926
int? actualTargetRotation;
39273927
int? actualJpegQuality;
39283928

@@ -3976,8 +3976,8 @@ void main() {
39763976
final mockDeviceOrientationManager = MockDeviceOrientationManager();
39773977
final mockNewImageCapture = MockImageCapture();
39783978
const int lockedTargetRotation = Surface.rotation270;
3979-
const int jpegQuality = 64;
3980-
const int cameraId = 11;
3979+
const jpegQuality = 64;
3980+
const cameraId = 11;
39813981
int? actualTargetRotation;
39823982
int? actualJpegQuality;
39833983

0 commit comments

Comments
 (0)