Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
penpenpng committed Oct 31, 2024
1 parent 1187bcf commit c078ed5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c078ed5

Please sign in to comment.