Skip to content

Commit 4bddc9c

Browse files
committed
fix: lint issue
1 parent 6c08c87 commit 4bddc9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/spec/nullable-parent-with-nullable-children/basic.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ describe("nullable-parent-with-nullable-children", async () => {
88
let tmpdir = "";
99

1010
beforeAll(async () => {
11-
tmpdir = await fs.mkdtemp(
12-
path.join(os.tmpdir(), "swagger-typescript-api"),
13-
);
11+
tmpdir = await fs.mkdtemp(path.join(os.tmpdir(), "swagger-typescript-api"));
1412
});
1513

1614
afterAll(async () => {

0 commit comments

Comments
 (0)