Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 5, 2019
1 parent f7d2b2e commit 6bcaad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test/unit/generated-data-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ interface GeneratedRecordBatch {
rows: () => any[][];
cols: () => any[][];
keys: () => ArrayLike<number>[];
};
}

interface GeneratedVector {
vector: Vector;
Expand Down

0 comments on commit 6bcaad6

Please sign in to comment.