Skip to content

Commit 1663f9e

Browse files
committed
lint: fix lint
1 parent 68b5a3d commit 1663f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/workspaceUtils.ts

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

4-
import * as os from "os";
54
import * as fs from "fs";
5+
import * as os from "os";
66
import * as path from "path";
77
import * as vscode from "vscode";
88
import { IQuickItemEx } from "../shared";

0 commit comments

Comments
 (0)