Commit 6ad2b69
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 <iamriajul@users.noreply.github.com>1 parent 20c9e2f commit 6ad2b69
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments