Skip to content

Commit

Permalink
misspelled class extension for InputImageCameraLensDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmartin8a committed Nov 10, 2023
1 parent a7e50dc commit a5da490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google_mlkit_commons/lib/src/input_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ enum InputImageCameraLensDirection {
back,
}

extension InputImageCameraLensRotationValue on InputImageCameraLensDirection {
extension InputImageCameraLensDirectionValue on InputImageCameraLensDirection {
int get rawValue {
switch (this) {
case InputImageCameraLensDirection.back:
Expand Down

0 comments on commit a5da490

Please sign in to comment.