Skip to content

Commit

Permalink
Update cursor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Aug 9, 2024
1 parent 10c2b9e commit 30fe0db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ mod tests {
use crate::execute;

use super::{
sys::position, MoveDown, MoveLeft, MoveRight, MoveTo, MoveUp, RestorePosition,
SavePosition,
sys::position, MoveDown, MoveLeft, MoveRight, MoveTo, MoveUp, RestorePosition, SavePosition,
};

// Test is disabled, because it's failing on Travis
Expand Down

0 comments on commit 30fe0db

Please sign in to comment.