Julian Steenbakker

style: flutter format .

@@ -304,7 +304,7 @@ class MobileScannerController { @@ -304,7 +304,7 @@ class MobileScannerController {
304 throw const MobileScannerException( 304 throw const MobileScannerException(
305 errorCode: MobileScannerErrorCode.genericError, 305 errorCode: MobileScannerErrorCode.genericError,
306 errorDetails: MobileScannerErrorDetails( 306 errorDetails: MobileScannerErrorDetails(
307 - message: 'The zoomScale must be between 0 and 1.', 307 + message: 'The zoomScale must be between 0 and 1.',
308 ), 308 ),
309 ); 309 );
310 } 310 }