chore: run updated prettier
This commit is contained in:
@@ -43,7 +43,7 @@ describe('ssr: renderList', () => {
|
||||
})
|
||||
|
||||
it('should render an item for entry in an iterable', () => {
|
||||
const iterable = function*() {
|
||||
const iterable = function* () {
|
||||
yield 1
|
||||
yield 2
|
||||
yield 3
|
||||
|
||||
Reference in New Issue
Block a user