Skip to content

Commit 14f0f47

Browse files
committed
fix clippy lint
1 parent cd3bcce commit 14f0f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/src/text.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ mod tests {
14431443
node.set_value(" line.\n");
14441444
node.set_character_lengths([1, 1, 1, 1, 1, 1, 1]);
14451445
node.set_character_positions([
1446-
0.0, 7.333344, 14.666687, 22.0, 29.333344, 36.666687, 44.252257,
1446+
0.0, 7.333344, 14.666687, 22.0, 29.333344, 36.666687, 44.25226,
14471447
]);
14481448
node.set_character_widths([
14491449
7.58557, 7.58557, 7.58557, 7.58557, 7.58557, 7.58557, 0.0,

0 commit comments

Comments
 (0)