From 7762dd96128b03a479320a8fd6d7702f9b0988d9 Mon Sep 17 00:00:00 2001 From: harttle Date: Tue, 2 Apr 2019 12:10:35 +0800 Subject: [PATCH] chore: fix linting --- test/stub/render.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/stub/render.ts b/test/stub/render.ts index 8872f6bd2..cba4e7e72 100644 --- a/test/stub/render.ts +++ b/test/stub/render.ts @@ -11,13 +11,13 @@ export const ctx = { func: function () {}, posts: [{ category: 'foo' }, { category: 'bar' }], products: [ - {title: 'Vacuum', type: 'living room'}, - {title: 'Spatula', type: 'kitchen'}, - {title: 'Television', type: 'living room'}, - {title: 'Garlic press', type: 'kitchen'}, - {title: 'Coffee mug', available: true}, - {title: 'Limited edition sneakers', available: false}, - {title: 'Boring sneakers', available: true} + { title: 'Vacuum', type: 'living room' }, + { title: 'Spatula', type: 'kitchen' }, + { title: 'Television', type: 'living room' }, + { title: 'Garlic press', type: 'kitchen' }, + { title: 'Coffee mug', available: true }, + { title: 'Limited edition sneakers', available: false }, + { title: 'Boring sneakers', available: true } ] }