refactor: PR feedback
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>pull/24376/head
parent
999ba44fad
commit
bfe83868fc
|
@ -462,11 +462,7 @@ impl BlockData {
|
|||
|
||||
pub fn len(&self) -> usize {
|
||||
match &self {
|
||||
Self::Float {
|
||||
i: _,
|
||||
ts,
|
||||
values: _,
|
||||
} => ts.len(),
|
||||
Self::Float { ts, .. } => ts.len(),
|
||||
Self::Integer {
|
||||
i: _,
|
||||
ts,
|
||||
|
|
Loading…
Reference in New Issue