Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Apr 6, 2023
1 parent eed64ef commit d26c72e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/raw_rpc/subscription.eg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ for await (const header of headerIter) {
$.assert(known.$header, header)
console.log(header)
count += 1
if (count === 3) {
break
}
if (count === 3) break
}

0 comments on commit d26c72e

Please sign in to comment.