Skip to content

Commit c1acb06

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Code formated
1 parent e13a39e commit c1acb06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/scan_api_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import 'dart:convert';
66
import 'test_config.dart';
77

88
void main() {
9-
final fileToRecognize = "test_data${Platform.pathSeparator}qr_and_code128.png";
9+
final fileToRecognize =
10+
"test_data${Platform.pathSeparator}qr_and_code128.png";
1011

1112
test(
1213
'.scanBarcodes can scan 2 type',

0 commit comments

Comments
 (0)