Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
mootw committed Nov 21, 2023
1 parent aa2e37e commit 8edfb79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/misc/simplify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ double _getSqSegDist(
return dx * dx + dy * dy;
}


List<LatLng> simplifyRadialDist(
List<LatLng> points,
double sqTolerance,
Expand Down

0 comments on commit 8edfb79

Please sign in to comment.