Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 14, 2025
1 parent 4f7b9f9 commit 73b0bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-native/js/ResultWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class ResultWrapper extends BaseWrapper implements DataResult {
const array = this.getArray();
const l = array.length;

return function* yieldArrayItem () {
return function* yieldArrayItem() {
for (let i = 0; i < l; i++) {
yield array[i];
}
Expand Down

0 comments on commit 73b0bd9

Please sign in to comment.