Skip to content

Commit a5d25c7

Browse files
chore: lint
1 parent f7ca235 commit a5d25c7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/upgrade/assessmentManager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import * as semver from 'semver';
55
import { Jdtls } from "../java/jdtls";
66
import { NodeKind, type INodeData } from "../java/nodeData";
7-
import { UpgradeReason } from "./type";
8-
import type { DependencyCheckItem, UpgradeIssue, PackageDescription } from "./type";
7+
import { type DependencyCheckItem, type UpgradeIssue, type PackageDescription, UpgradeReason } from "./type";
98
import { DEPENDENCY_JAVA_RUNTIME } from "./dependency.metadata";
109
import { Upgrade } from '../constants';
1110
import { buildPackageId } from './utility';

src/upgrade/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ export type PackageDescription = {
3434
groupId: string;
3535
artifactId: string;
3636
version: string;
37-
}
37+
};

0 commit comments

Comments
 (0)