Skip to content

Commit

Permalink
Alphabetize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
polinasok committed Jun 9, 2020
1 parent bf1ce35 commit 3f528ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debugAdapter/goDebug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import kill = require('tree-kill');
import * as util from 'util';
import {
DebugSession,
ErrorDestination,
Handles,
InitializedEvent,
logger,
Expand All @@ -26,8 +27,7 @@ import {
StackFrame,
StoppedEvent,
TerminatedEvent,
Thread,
ErrorDestination
Thread
} from 'vscode-debugadapter';
import { DebugProtocol } from 'vscode-debugprotocol';
import {
Expand Down

0 comments on commit 3f528ce

Please sign in to comment.