Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Winston Lowe 2026-03-14 18:10:17 -07:00 committed by GitHub
parent 9265daaf16
commit dc85e7a41c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,6 @@ class _PathTraceMapScreenState extends State<PathTraceMapScreen> {
contact.longitude! + offsetDeg * sin(angle),
);
targetGuessed = true;
targetGuessed = true;
}
}
}