Skip to content

Commit 1c3b17f

Browse files
committed
linter fix
1 parent 3916503 commit 1c3b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/js/ResultWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class ResultWrapper extends BaseWrapper implements DataResult {
5757
const array = this.getArray();
5858
const l = array.length;
5959

60-
return function* yieldArrayItem () {
60+
return function* yieldArrayItem() {
6161
for (let i = 0; i < l; i++) {
6262
yield array[i];
6363
}

0 commit comments

Comments
 (0)