Formatting

This commit is contained in:
2024-03-02 21:56:25 -08:00
parent d54680a8fe
commit 50f224ab2e

View File

@@ -352,7 +352,9 @@ pub fn solve_constraints(
TypeOrVar::Function(args2, ret2), TypeOrVar::Function(args2, ret2),
)); ));
} }
tracing::trace!("we transferred CanCastTo to equivalence checks for function types"); tracing::trace!(
"we transferred CanCastTo to equivalence checks for function types"
);
changed_something = true; changed_something = true;
} }