Fix typing on an anonymous function.

Review Request #14101 — Created Aug. 13, 2024 and submitted

Information

Ink
master

Reviewers

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.

Summary ID
Fix typing on an anonymous function.
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. Testing Done: Used with other changes in ink.
8df02c0839c5c5c1a33e2a03ddb50668c3c63145
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (9abb731)