Skip to content

Commit fe882f2

Browse files
author
Naohiro Yoshida
committed
fix fmt
Signed-off-by: Naohiro Yoshida <[email protected]>
1 parent 4f406d0 commit fe882f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

light-client/src/fork_spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl BoundaryEpochs {
110110
current_epoch_block_number: BlockNumber,
111111
) -> BlockNumber {
112112
if current_epoch_block_number == 0 {
113-
return 0
113+
return 0;
114114
}
115115
// first or under
116116
if current_epoch_block_number <= self.prev_last {

0 commit comments

Comments
 (0)