Skip to content

Commit bc1f7cc

Browse files
committed
Style: Line break before type imports
1 parent a81c7c5 commit bc1f7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/oxlint/test/isSpaceBetween.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { describe, it, vi, expect, beforeEach } from "vitest";
22
import { isSpaceBetween, isSpaceBetweenTokens } from "../src-js/plugins/tokens.js";
33
import { resetSourceAndAst } from "../src-js/plugins/source_code";
44
import { parse } from "@typescript-eslint/typescript-estree";
5+
56
import type { Node } from "../src-js/plugins/types.js";
67

78
let sourceText: string | null = null;

0 commit comments

Comments
 (0)