From afb0df6294188a42a80a8c9d18b8a48c402d21a6 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 16 Jan 2022 10:33:53 +0100 Subject: [PATCH] fix: Syntax error oop --- src/Visualisations/Juggl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Visualisations/Juggl.ts b/src/Visualisations/Juggl.ts index f0966b8f..7187dd61 100644 --- a/src/Visualisations/Juggl.ts +++ b/src/Visualisations/Juggl.ts @@ -174,6 +174,6 @@ export function createJugglTrail( zoom: 2 }); }) - } + }); } } \ No newline at end of file