Skip to content

Commit bcbb72d

Browse files
committed
fix malformed file
1 parent 5af92dc commit bcbb72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/awsService/ec2/activation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { telemetry } from '../../shared/telemetry/telemetry'
88
import { Ec2InstanceNode, tryRefreshNode } from './explorer/ec2InstanceNode'
99
import { copyTextCommand } from '../../awsexplorer/commands/copyText'
1010
import { Ec2Node } from './explorer/ec2ParentNode'
11-
12-
const connectionManagers = new Ec2ConnectionManagerMap()
1311
import {
1412
openRemoteConnection,
1513
openTerminal,
@@ -20,6 +18,8 @@ import {
2018
} from './commands'
2119
import { Ec2ConnectionManagerMap } from './connectionManagerMap'
2220

21+
const connectionManagers = new Ec2ConnectionManagerMap()
22+
2323
export async function activate(ctx: ExtContext): Promise<void> {
2424
ctx.extensionContext.subscriptions.push(
2525
Commands.register('aws.ec2.openTerminal', async (node?: Ec2InstanceNode) => {

0 commit comments

Comments
 (0)