style: remove spaces between method names and opening parentheses in Set class
Remove the extraneous whitespace separating method names from their parameter lists across all method definitions in the Set class (add, remove, contains, iterate, iteratorValue, map, where) to conform to standard Wren formatting conventions.
This commit is contained in: