Remove unnecessary newlines

Whitespace only, no code changes.
This commit is contained in:
Tobin Harding 2022-03-09 13:53:15 +11:00
parent 8a1cc2ca77
commit f01f047b21
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}
}