mirror of
https://github.com/nushell/nushell.git
synced 2025-08-20 12:32:54 +02:00
style: fix formatting in cursor tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user