Skip to content

Commit 7c39ace

Browse files
committed
linting
1 parent e7f76a6 commit 7c39ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/readers/csv.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ mod tests {
243243
&[5.1, 3.5, 1.4, 0.2],
244244
&[4.9, 3.0, 1.4, 0.2],
245245
&[4.7, 3.2, 1.3, 0.2],
246-
]).unwrap())
246+
])
247+
.unwrap())
247248
)
248249
}
249250
#[test]

0 commit comments

Comments
 (0)