Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed May 17, 2024
1 parent 061a84a commit 1a53e08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/specs/fsd-aware-traverse.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { test, expect } from "vitest";

import {
getSlices,
type Folder,
} from "../index.js";
import { getSlices, type Folder } from "../index.js";
import { parseIntoFolder } from "./prepare-test.js";

test("getSlices", () => {
Expand Down

0 comments on commit 1a53e08

Please sign in to comment.