We now preserve the spacing of the more common form:
```py
set((
1,
))
```
Rather than the less common form:
```py
set(
(1,)
)
```
We now preserve the spacing of the more common form:
```py
set((
1,
))
```
Rather than the less common form:
```py
set(
(1,)
)
```