You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove semicolon from enum value in PolarCircleResolution
The enum value 'unresolved' had a trailing semicolon which is invalid Dart syntax.
This was causing all tests to fail with compilation errors.
Co-authored-by: Riajul Islam <[email protected]>
0 commit comments