Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
The Miri Conjob Bot committed Sep 12, 2023
1 parent 8820f12 commit 02e399c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pass/function_calls/abi_compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ struct Zst;
#[derive(Copy, Clone)]
struct Wrapper<T>(T);

fn id<T>(x: T) -> T { x }
fn id<T>(x: T) -> T {
x
}

fn test_abi_compat<T: Clone, U: Clone>(t: T, u: U) {
fn id<T>(x: T) -> T {
Expand Down

0 comments on commit 02e399c

Please sign in to comment.