Skip to content

Commit

Permalink
style: format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 6, 2023
1 parent 33f8316 commit 42669e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion test/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { afterEach, describe, beforeEach, it, expect, vi } from "vitest";
import { isWindows } from 'std-env'
import { isWindows } from "std-env";
import { getCacheDir } from "../src/utils";

describe("utils", () => {
Expand Down

0 comments on commit 42669e5

Please sign in to comment.