Skip to content

Commit

Permalink
PR feedback: Fix order
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <noah.treuhaft@gmail.com>
  • Loading branch information
philrz and nwt authored Dec 5, 2023
1 parent 834b5d6 commit b799e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zed-js/src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export type LoadFormat =
| 'json'
| 'line'
| 'parquet'
| 'vng'
| 'tsv'
| 'vng'
| 'zeek'
| 'zjson'
| 'zng'
Expand Down

0 comments on commit b799e5b

Please sign in to comment.