Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Jan 31, 2024
1 parent 159feb4 commit 58cfde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function getValidator(
): CsvValidatorVersion | null {
if (version === "v1.1") {
return CsvValidatorOneOne
} else if (version === "v2.0" || version === "v2.0.0"){
} else if (version === "v2.0" || version === "v2.0.0") {
return CsvValidatorTwoZero
}
return null
Expand Down

0 comments on commit 58cfde3

Please sign in to comment.