Skip to content

Commit ecc2cc6

Browse files
committed
style(lib): fix format
1 parent d319026 commit ecc2cc6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

lib/notes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TagName, EventKind, NostrEvent, RelayUrl } from "../core/nips/01.ts";
1+
import { EventKind, NostrEvent, RelayUrl, TagName } from "../core/nips/01.ts";
22
import type { Optional } from "../core/types.ts";
33
import { EventInit } from "./events.ts";
44

lib/pools.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
import type {
22
ClientToRelayMessage,
33
EventKind,
4-
SubscriptionFilter,
54
RelayUrl,
5+
SubscriptionFilter,
66
} from "../core/nips/01.ts";
7-
import {
8-
Relay,
9-
RelayInit,
10-
RelayLike,
11-
SubscriptionOptions,
12-
} from "../client.ts";
7+
import { Relay, RelayInit, RelayLike, SubscriptionOptions } from "../client.ts";
138
import { NonExclusiveWritableStream } from "../core/streams.ts";
149
import { Distinctor, merge } from "../lib/streams.ts";
1510

0 commit comments

Comments
 (0)