Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Aug 7, 2024
1 parent fb8ab3a commit 60e287d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ mod tests {
SetCursorStyle::DefaultUserShape,
SetCursorStyle::DefaultUserShape
);
assert_eq!(SetCursorStyle::BlinkingBlock, SetCursorStyle::BlinkingBlock,);
assert_eq!(SetCursorStyle::BlinkingBlock, SetCursorStyle::BlinkingBlock);
assert_ne!(
SetCursorStyle::BlinkingBlock,
SetCursorStyle::BlinkingUnderScore,
Expand Down

0 comments on commit 60e287d

Please sign in to comment.