Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 13, 2024
1 parent 644bef5 commit 4a07341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactiveweb/src/ember-concurrency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ export class State<Args extends any[], Return, LocalTask extends TaskIsh<Args, R
}

this.currentTask = this[TASK].perform(...positional);
}
};
}

0 comments on commit 4a07341

Please sign in to comment.