Skip to content

Commit 1501204

Browse files
committed
style: lint
1 parent e8b92ac commit 1501204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { describe, test, expect, afterEach } from "vitest";
33
import { getPort } from "../src";
44
import { blockPort } from "./utils";
55

6-
const isWindows = process.platform === "win32"
6+
const isWindows = process.platform === "win32";
77

88
describe("getPort ()", () => {
99
describe("checks ports on default host`", () => {

0 commit comments

Comments
 (0)