From 60a045153532f073a35cfb0f8f2941ed6f1f43d9 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 3 Oct 2019 20:00:56 -0400 Subject: [PATCH] Remove stray semicolon This semicolon is currently silently ignored, but we may be changing that in the future. --- geo/src/algorithm/test_fixtures/poly1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/src/algorithm/test_fixtures/poly1.rs b/geo/src/algorithm/test_fixtures/poly1.rs index 98046b9f34..386eca415d 100644 --- a/geo/src/algorithm/test_fixtures/poly1.rs +++ b/geo/src/algorithm/test_fixtures/poly1.rs @@ -103,4 +103,4 @@ vec![ (-158.47293006129595, 61.12284789161923), (-150.3871025524086, 66.37789008984335), (-75.57274028771249, 110.01960141091608) -]; +]