Skip to content

Commit 7ca18b2

Browse files
committed
refactor(csv-parse): semi colon lint
1 parent 7d4961d commit 7ca18b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/csv-parse/samples/option.cast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const records = parse(data, {
2020
return parseInt(value);
2121
} else {
2222
// Return a different value
23-
return `Value is ${value}`
23+
return `Value is ${value}`;
2424
}
2525
},
2626
trim: true,

0 commit comments

Comments
 (0)