From 02e399c3e8eabe712a17798c82d0b82757467fa5 Mon Sep 17 00:00:00 2001 From: The Miri Conjob Bot Date: Tue, 12 Sep 2023 05:33:59 +0000 Subject: [PATCH] fmt --- tests/pass/function_calls/abi_compat.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/pass/function_calls/abi_compat.rs b/tests/pass/function_calls/abi_compat.rs index 2e1ab58db7..064605d453 100644 --- a/tests/pass/function_calls/abi_compat.rs +++ b/tests/pass/function_calls/abi_compat.rs @@ -9,7 +9,9 @@ struct Zst; #[derive(Copy, Clone)] struct Wrapper(T); -fn id(x: T) -> T { x } +fn id(x: T) -> T { + x +} fn test_abi_compat(t: T, u: U) { fn id(x: T) -> T {