Skip to content

Commit

Permalink
chore: satisfy rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelspark committed Sep 30, 2023
1 parent ecffcc8 commit b5701f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wonnx/tests/concat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ fn test_concat4() {
vec![tensor("O", &output_dims)],
vec![],
vec![],
vec![node(vec!["X", "Y", "Z", "W"], vec!["O"], "a", "Concat", vec![])],
vec![node(
vec!["X", "Y", "Z", "W"],
vec!["O"],
"a",
"Concat",
vec![],
)],
));

let session =
Expand Down

0 comments on commit b5701f3

Please sign in to comment.