refactor: PR feedback

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
pull/24376/head
Edd Robinson 2020-07-13 15:52:53 +01:00 committed by GitHub
parent 999ba44fad
commit bfe83868fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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,