Skip to content

Commit 175392f

Browse files
committed
Update format
1 parent e9fc298 commit 175392f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ readString(csvString, {
414414
worker: true,
415415
complete: (results) => {
416416
console.log(results)
417-
},
417+
}
418418
})
419419
```
420420

@@ -478,7 +478,7 @@ readString(csvString, {
478478
worker: true,
479479
complete: (results) => {
480480
console.log(results)
481-
},
481+
}
482482
})
483483
```
484484

0 commit comments

Comments
 (0)