Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Jan 8, 2024
1 parent 6c5413d commit 622932f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/client/debugger/extension/serviceRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ import { DebugCommands } from './debugCommands';
import { ChildProcessAttachEventHandler } from './hooks/childProcessAttachHandler';
import { ChildProcessAttachService } from './hooks/childProcessAttachService';
import { IChildProcessAttachService, IDebugSessionEventHandlers } from './hooks/types';
import {
IDebugAdapterDescriptorFactory,
IDebugSessionLoggingFactory,
IOutdatedDebuggerPromptFactory,
} from './types';
import { IDebugAdapterDescriptorFactory, IDebugSessionLoggingFactory, IOutdatedDebuggerPromptFactory } from './types';

export function registerTypes(serviceManager: IServiceManager): void {
serviceManager.addSingleton<IChildProcessAttachService>(IChildProcessAttachService, ChildProcessAttachService);
Expand Down

0 comments on commit 622932f

Please sign in to comment.