Ryan Duffy

added missing trailing comma

@@ -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 );