Fix dangling comma

This commit is contained in:
Daniel Imms
2021-04-02 07:50:22 -07:00
parent 6501ab044c
commit 5f96f33cf0
+1 -1
View File
@@ -36,7 +36,7 @@ export class Renderer extends Disposable implements IRenderer {
instantiationService: IInstantiationService,
@IBufferService private readonly _bufferService: IBufferService,
@ICharSizeService private readonly _charSizeService: ICharSizeService,
@IOptionsService private readonly _optionsService: IOptionsService,
@IOptionsService private readonly _optionsService: IOptionsService
) {
super();
const allowTransparency = this._optionsService.options.allowTransparency;