guidoec
Committed by GitHub

fix: typo in zxing.dart

@@ -133,7 +133,7 @@ extension ZXingBarcodeFormat on BarcodeFormat { @@ -133,7 +133,7 @@ extension ZXingBarcodeFormat on BarcodeFormat {
133 return 15; 133 return 15;
134 case BarcodeFormat.unknown: 134 case BarcodeFormat.unknown:
135 case BarcodeFormat.all: 135 case BarcodeFormat.all:
136 - case default: 136 + default:
137 return -1; 137 return -1;
138 } 138 }
139 } 139 }