Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 3acf890

Browse files
committed
rls-vfs: Reformat
1 parent 28f64f8 commit 3acf890

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rls-vfs/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,7 @@ mod tests {
921921

922922
assert_eq!(
923923
'😢'.len_utf8(),
924-
byte_in_str_utf16("😢a", Column::new_zero_indexed('😢'.len_utf16() as u32))
925-
.unwrap()
924+
byte_in_str_utf16("😢a", Column::new_zero_indexed('😢'.len_utf16() as u32)).unwrap()
926925
);
927926

928927
// 😢 is represented by 2 u16s - we can't index in the middle of a character

0 commit comments

Comments
 (0)