mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 04:50:28 +01:00
style: fix formatting in cursor tests
This commit is contained in:
parent
eb86d549a1
commit
e48d234435
@ -124,7 +124,6 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_cursor_size_zero_handling() {
|
||||
|
||||
let cursor = Cursor::new(0);
|
||||
assert_eq!(cursor.end(), 0);
|
||||
|
||||
@ -144,5 +143,4 @@ mod tests {
|
||||
cursor.move_forward(1);
|
||||
assert_eq!(cursor.position, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user