From 5576b60474553d3c05c6e69d092409f57efd2a68 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 29 Jun 2019 15:15:02 -0400 Subject: [PATCH] lint --- .../compile/render_dom/wrappers/EachBlock.ts | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/compiler/compile/render_dom/wrappers/EachBlock.ts b/src/compiler/compile/render_dom/wrappers/EachBlock.ts index ca93e61d62..242d14b793 100644 --- a/src/compiler/compile/render_dom/wrappers/EachBlock.ts +++ b/src/compiler/compile/render_dom/wrappers/EachBlock.ts @@ -296,14 +296,14 @@ export default class EachBlockWrapper extends Wrapper { update_anchor_node, update_mount_node }: { - block: Block, - parent_node: string, - parent_nodes: string, - snippet: string, - initial_anchor_node: string, - initial_mount_node: string, - update_anchor_node: string, - update_mount_node: string + block: Block; + parent_node: string; + parent_nodes: string; + snippet: string; + initial_anchor_node: string; + initial_mount_node: string; + update_anchor_node: string; + update_mount_node: string; }) { const { create_each_block, @@ -396,13 +396,13 @@ export default class EachBlockWrapper extends Wrapper { update_anchor_node, update_mount_node }: { - block: Block, - parent_nodes: string, - snippet: string, - initial_anchor_node: string, - initial_mount_node: string, - update_anchor_node: string, - update_mount_node: string + block: Block; + parent_nodes: string; + snippet: string; + initial_anchor_node: string; + initial_mount_node: string; + update_anchor_node: string; + update_mount_node: string; }) { const { create_each_block,