Skip to content

Commit 5ec135b

Browse files
committed
Lint
1 parent ce6ecbd commit 5ec135b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/src/polling/PollingProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class PollingProcessor implements subsystem.LDStreamProcessor {
3131
private readonly _dataHandler: (flags: Flags) => void,
3232
private readonly _errorHandler?: PollingErrorHandler,
3333
private readonly _logger?: LDLogger,
34-
) { }
34+
) {}
3535

3636
private async _poll() {
3737
if (this._stopped) {

0 commit comments

Comments
 (0)