From e4cefb48096d15408a4fd9b6dc192322a45fd9d3 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Wed, 21 Apr 2021 16:08:10 +0200 Subject: [PATCH] cs fix --- src/geometries/Geometry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geometries/Geometry.ts b/src/geometries/Geometry.ts index 7c45ad6..343b2a2 100644 --- a/src/geometries/Geometry.ts +++ b/src/geometries/Geometry.ts @@ -66,7 +66,7 @@ const Geometry = defineComponent({ oldGeo?.dispose() }, }, - render() { return []; }, + render() { return [] }, }) export default Geometry