Fix typing on an anonymous function.
Review Request #14101 — Created Aug. 13, 2024 and submitted — Latest diff uploaded
In one place inside the craft and paint implementation, we had an
anonymous function that was supposed to be typed, but the syntax was
wrong so it was defining the name of the variable but not the type.
Trivial fix.
Used with other changes in ink.