Skip to content

Commit adfb1cd

Browse files
committed
push code style fix
1 parent e829580 commit adfb1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/position.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mod test {
181181
false,
182182
true,
183183
false,
184-
)
184+
),
185185
] {
186186
let sv = SV::from_str(sv).unwrap();
187187
let entry = PositionEntry::from_str(content).unwrap();

0 commit comments

Comments
 (0)