From 0f0db2345d98ce33c723ff855ea2cb06f9164278 Mon Sep 17 00:00:00 2001 From: Pieter Provoost Date: Wed, 5 Jun 2024 10:02:34 +0200 Subject: [PATCH] formatting --- src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index e1a2c8c..7dadb06 100644 --- a/src/App.js +++ b/src/App.js @@ -214,9 +214,8 @@ function App() { }); } - function trimWkt(wkt) - { - return wkt.replace(/\s+/g, ' ').trim(); + function trimWkt(wkt) { + return wkt.replace(/\s+/g, " ").trim(); } function handleWktChange(e) {