From f7d1833f4156845e3419141ebfe5cc223eb0fb4d Mon Sep 17 00:00:00 2001 From: cvaz1306 Date: Sat, 28 Dec 2024 15:50:23 -0800 Subject: [PATCH] Fixing formatting --- src/lib/components/common/SVGPanZoom.svelte | 12 ++++++------ src/lib/components/icons/Reset.svelte | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/lib/components/common/SVGPanZoom.svelte b/src/lib/components/common/SVGPanZoom.svelte index 08f620d62..9a2b0fd6e 100644 --- a/src/lib/components/common/SVGPanZoom.svelte +++ b/src/lib/components/common/SVGPanZoom.svelte @@ -29,12 +29,12 @@ zoomSpeed: 0.065 }); } -function resetPanZoomViewport() { - console.log('Reset View'); - instance.moveTo(0, 0); - instance.zoomAbs(0, 0, 1); - console.log(instance.getTransform()); -} + function resetPanZoomViewport() { + console.log('Reset View'); + instance.moveTo(0, 0); + instance.zoomAbs(0, 0, 1); + console.log(instance.getTransform()); + }
diff --git a/src/lib/components/icons/Reset.svelte b/src/lib/components/icons/Reset.svelte index f57a6aaa2..c1263fd38 100644 --- a/src/lib/components/icons/Reset.svelte +++ b/src/lib/components/icons/Reset.svelte @@ -2,8 +2,8 @@ export let className = 'size-4'; - - - \ No newline at end of file + + +