Skip to content

Commit e1c20c1

Browse files
committed
formatting
1 parent 57c0eee commit e1c20c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/transformations.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ impl<U: Time + 'static> Tf<f64, U> {
173173
a[(row, nx - 1)] = -tf.denominator().coeffs()[row];
174174
}
175175

176-
177176
let mut num_extended = tf.numerator().coeffs().to_vec();
178177
num_extended.resize(nx, 0.);
179178

@@ -673,7 +672,6 @@ mod tests {
673672

674673
assert_eq!(tf.is_strictly_proper(), false);
675674
assert_eq!(tf.is_proper(), true);
676-
677675
}
678676

679677
#[test]

0 commit comments

Comments
 (0)