From 170f29786e1aecdf29196e3f4aede2bac0f2ef36 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 9 Nov 2025 21:37:03 -0500 Subject: [PATCH] zig fmt --- src/types/types.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/types.zig b/src/types/types.zig index 95f6d40de8..f930360b49 100644 --- a/src/types/types.zig +++ b/src/types/types.zig @@ -984,8 +984,8 @@ pub const StaticDispatchConstraint = struct { /// Tracks where a static dispatch constraint originated from pub const Origin = enum(u2) { desugared_binop, // From binary operator desugaring (e.g., +, -, *, etc.) - method_call, // From .method() syntax - where_clause, // From where clause in type annotation + method_call, // From .method() syntax + where_clause, // From where clause in type annotation }; /// A safe list of static dispatch constraints