Skip to content

Commit

Permalink
Fix remaining formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Jan 22, 2025
1 parent f4730d6 commit f06730c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { describe, expect, it, x } from "./suite.ts";
import {
each,
run,
type Stream,
} from "../mod.ts";
import { each, run, type Stream } from "../mod.ts";

function* until(stream: Stream<string, void>, text: string) {
for (const line of yield* each(stream)) {
Expand Down

0 comments on commit f06730c

Please sign in to comment.