Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 9, 2024
1 parent 6d60179 commit 1593ff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/multiaddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const DNS_CODES = [
*/
export class Multiaddr implements MultiaddrInterface {
public bytes: Uint8Array
#string: string
#tuples: Tuple[]
#stringTuples: StringTuple[]
#path: string | null
readonly #string: string
readonly #tuples: Tuple[]
readonly #stringTuples: StringTuple[]
readonly #path: string | null

[symbol]: boolean = true

Expand Down

0 comments on commit 1593ff8

Please sign in to comment.