Skip to content

Commit 546a075

Browse files
Drop formatting churn.
1 parent 670e8db commit 546a075

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/debugger/extension/adapter/factory.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
2626
@inject(IInterpreterService) private readonly interpreterService: IInterpreterService,
2727
@inject(IApplicationShell) private readonly appShell: IApplicationShell,
2828
@inject(IExperimentsManager) private readonly experimentsManager: IExperimentsManager
29-
) { }
30-
29+
) {}
3130
public async createDebugAdapterDescriptor(session: DebugSession, executable: DebugAdapterExecutable | undefined): Promise<DebugAdapterDescriptor> {
3231
const configuration = session.configuration as (LaunchRequestArguments | AttachRequestArguments);
3332

0 commit comments

Comments
 (0)