diff --git a/index.d.ts b/index.d.ts index bf504a9..8eae652 100644 --- a/index.d.ts +++ b/index.d.ts @@ -230,10 +230,7 @@ export namespace Tag { * * See also [NIP-03](https://github.com/nostr-protocol/nips/blob/master/03.md). */ - export type block = [ - blockHeight: string, - blockHash: string, - ]; + export type block = [blockHeight: string, blockHash: string]; /** * Associate the tagged Kind0 (Metadata) Event with the specified external identity.