From c792b8c5938bc6331dc4869c6c51dc01cde75641 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 21:59:13 +0300 Subject: style: reformat code with prettier 2.x prettier rules have changed since we upgraded to 2.x --- demo/src/compile.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demo/src/compile.ts') diff --git a/demo/src/compile.ts b/demo/src/compile.ts index 7ca7a72..fa846b1 100644 --- a/demo/src/compile.ts +++ b/demo/src/compile.ts @@ -12,9 +12,9 @@ export async function buildHex(source: string) { mode: 'cors', cache: 'no-cache', headers: { - 'Content-Type': 'application/json' + 'Content-Type': 'application/json', }, - body: JSON.stringify({ sketch: source }) + body: JSON.stringify({ sketch: source }), }); return (await resp.json()) as HexiResult; } -- cgit v1.2.3