Skip to content

Commit 620b8d6

Browse files
zaxtaxaseyboldt
authored andcommitted
Remove pubs
1 parent 0c44af4 commit 620b8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/progress.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,13 @@ fn estimate_remaining_time(
256256
}
257257

258258
#[derive(PartialEq, Eq)]
259-
pub enum ChainState {
259+
enum ChainState {
260260
Normal,
261261
Divergences,
262262
Finished,
263263
}
264264

265-
pub struct TerminalBar {
265+
struct TerminalBar {
266266
pb: ProgressBar,
267267
last_position: u64,
268268
mode: ChainState,

0 commit comments

Comments
 (0)