Remove unnecessary newlines
Whitespace only, no code changes.
This commit is contained in:
parent
8a1cc2ca77
commit
f01f047b21
|
@ -659,7 +659,6 @@ impl fmt::Debug for All {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/// Classification context for the opcode.
|
||||
///
|
||||
/// Some opcodes like `OP_RESERVED` abort the script in [`ClassifyContext::Legacy`] context, but
|
||||
|
@ -749,7 +748,6 @@ impl From<u8> for All {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
display_from_debug!(All);
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
|
@ -1165,4 +1163,3 @@ mod tests {
|
|||
assert_eq!(unique.len(), 256);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue