Skip to content

Commit d4d35df

Browse files
Merge #386
386: Remove stray semicolon r=urschrei a=Mark-Simulacrum This semicolon is currently silently ignored, but we may be changing that in the future. cc rust-lang/rust#64284 Co-authored-by: Mark Rousskov <[email protected]>
2 parents cf69a57 + 60a0451 commit d4d35df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geo/src/algorithm/test_fixtures/poly1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ vec![
103103
(-158.47293006129595, 61.12284789161923),
104104
(-150.3871025524086, 66.37789008984335),
105105
(-75.57274028771249, 110.01960141091608)
106-
];
106+
]

0 commit comments

Comments
 (0)