From 79e9d4d2f4b6ba6098184458a313e7a8abb265dc Mon Sep 17 00:00:00 2001 From: Duncan Horn Date: Wed, 14 Jan 2026 10:50:31 -0800 Subject: [PATCH] [TEST] Test formatting workflow from a fork --- include/wil/com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wil/com.h b/include/wil/com.h index f6ff5d1e4..7f3d45b84 100644 --- a/include/wil/com.h +++ b/include/wil/com.h @@ -52,7 +52,7 @@ namespace details // the added complexity. template struct is_com_convertible - : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> + : wistd::bool_constant<__is_convertible_to(TFrom, TTo) && (__is_abstract(TFrom) || wistd::is_same::value)> { };