Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Dec 20, 2024
1 parent e24a328 commit c4682aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/resource.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import { describe, expect, it } from "./suite.ts";
import { type Operation, resource, run, sleep, spawn, suspend } from "../mod.ts";
import {
type Operation,
resource,
run,
sleep,
spawn,
suspend,
} from "../mod.ts";

type State = { status: string };

Expand Down

0 comments on commit c4682aa

Please sign in to comment.