Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 88e28e4

Browse files
authored
fix fmt (#1049)
1 parent 7fa17b1 commit 88e28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/sha256_circuit/circuit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub trait SHA256Table {
4747
.try_into()
4848
.expect("must provide cols as expected layout")
4949
}
50-
/// is_effect col is a phase 0 col, when the cell is equal to 1 indicate this 512-bit
50+
/// is_effect col is a phase 0 col, when the cell is equal to 1 indicate this 512-bit
5151
/// block is the final one for current input bytes, the input_len in this row would
5252
/// show the length *WITHOUT* padding of input bytes
5353
fn is_effect(&self) -> Column<Advice> {

0 commit comments

Comments
 (0)