Skip to content

Commit

Permalink
_ -> -
Browse files Browse the repository at this point in the history
  • Loading branch information
3xtr4t3rr3str14l committed Feb 1, 2021
1 parent 2259d7c commit 321170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lodestar/src/sync/range/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class SyncChain {
startEpoch: ${this.startEpoch}
batches: ${this.batches.size}
\t${"epoch"} \t${"status"}
\t${"_____"} \t${"______"}
\t${"-----"} \t${"------"}
${batchesMetadata.map(({startEpoch, status}) => `\t${startEpoch} \t${status}`).join("\n")}
`;
}
Expand Down

0 comments on commit 321170c

Please sign in to comment.