Skip to content

Commit

Permalink
refactor(csv-parse): semi colon lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 13, 2024
1 parent 7d4961d commit 7ca18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csv-parse/samples/option.cast.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const records = parse(data, {
return parseInt(value);
} else {
// Return a different value
return `Value is ${value}`
return `Value is ${value}`;
}
},
trim: true,
Expand Down

0 comments on commit 7ca18b2

Please sign in to comment.