Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jan 12, 2020
1 parent 114da96 commit b47f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/json/src/lib/parser/streaming-json-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class StreamingJSONParser extends JSONParser {
// write REDEFINITION
// - super.write() chunk to parser
// - get the contents (so far) of "topmost-level" array as batch of rows
// - clear top-level array
// - clear top-level array
// - return the batch of rows
write(chunk) {
super.write(chunk);
Expand Down

0 comments on commit b47f1df

Please sign in to comment.