Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c431917

Browse files
committed
Fix lint error
1 parent 357b26e commit c431917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger/telemetry-transport.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

4-
import * as vscode from "vscode";
54
import TelemetryReporter from "@vscode/extension-telemetry";
5+
import * as vscode from "vscode";
66
import * as winston from "winston";
77
import { LogLevel } from "./logger";
88
interface IPackageInfo {

0 commit comments

Comments
 (0)