Refactor a sync* into a list literal (#1644)

Found while considering usage of `sync*` in general.

In this case enhanced collection literals are more readable than an
immediately invoked `sync*`.
1 file changed