Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Dec 12, 2023
1 parent 54608bf commit 97750f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/RenderDebouncer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class RenderDebouncer implements IRenderDebouncerWithCallback {

constructor(
private _renderCallback: (start: number, end: number) => void,
private readonly _coreBrowserService: ICoreBrowserService,
private readonly _coreBrowserService: ICoreBrowserService
) {
}

Expand Down

0 comments on commit 97750f6

Please sign in to comment.