Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Mar 29, 2024
1 parent 9731a24 commit ea6e0f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/ens/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ const resolverAddress = await client.getEnsResolver({
name: normalize('jxom.eth'),
})

export default [`Address: ${address}`, `Name: ${name}, Resolver: ${resolverAddress}`]
export default [
`Address: ${address}`,
`Name: ${name}, Resolver: ${resolverAddress}`,
]

0 comments on commit ea6e0f5

Please sign in to comment.