Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -384,8 +384,8 @@ class MobileScannerController { | @@ -384,8 +384,8 @@ class MobileScannerController { | ||
| 384 | barcodes: [ | 384 | barcodes: [ |
| 385 | Barcode( | 385 | Barcode( |
| 386 | rawValue: (data as Map)['payload'] as String?, | 386 | rawValue: (data as Map)['payload'] as String?, |
| 387 | - format: toFormat(data['symbology'] as int) | ||
| 388 | - ) | 387 | + format: toFormat(data['symbology'] as int), |
| 388 | + ), | ||
| 389 | ], | 389 | ], |
| 390 | ), | 390 | ), |
| 391 | ); | 391 | ); |
-
Please register or login to post a comment