how I want my code to look:
`const results = await toArray(take(map(curs, c => c.value), limit))`
what prettier thinks it should look:
```
const results = await toArray(
take(
map(curs, c => c.value),
limit,
),
)
```
but it fits in a single line :sob: