Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterprovoost committed Jun 5, 2024
1 parent 395af7d commit 0f0db23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0f0db23

Please sign in to comment.