From 456540d52214858b2e1eb4f566839c997cabe655 Mon Sep 17 00:00:00 2001 From: Babak F Date: Wed, 21 Apr 2021 11:48:43 -0700 Subject: [PATCH] Remove empty spacing. --- .../05-events/06-dom-event-forwarding/app-a/App.svelte | 2 +- .../06-dom-event-forwarding/app-a/CustomButton.svelte | 4 +--- .../05-events/06-dom-event-forwarding/app-b/App.svelte | 2 +- .../06-dom-event-forwarding/app-b/CustomButton.svelte | 4 +--- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte index 412306da22..32c4e2a33c 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/App.svelte @@ -6,4 +6,4 @@ } - + \ No newline at end of file diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte index 8c2ef1aaf4..d7292a3717 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-a/CustomButton.svelte @@ -1,9 +1,7 @@ - - + \ No newline at end of file diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte index 412306da22..32c4e2a33c 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte @@ -6,4 +6,4 @@ } - + \ No newline at end of file diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte index 441a305e64..141ea14980 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/CustomButton.svelte @@ -1,9 +1,7 @@ - - + \ No newline at end of file