Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jan 31, 2023
1 parent 8935e64 commit 788816f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion integration-tests/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7345,7 +7345,14 @@ fn test_issue_956() {
"",
hdr,
quote! {},
&["take_int", "take_uint16", "take_char16", "take_uint16_ref", "take_char16_ref", "take_us"],
&[
"take_int",
"take_uint16",
"take_char16",
"take_uint16_ref",
"take_char16_ref",
"take_us",
],
&[],
);
}
Expand Down

0 comments on commit 788816f

Please sign in to comment.