Skip to content

Commit

Permalink
Fix up print_cursor format
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Dec 11, 2024
1 parent bb41395 commit 1c9d2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parley/src/cursor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ impl CursorTest {
eprintln!(
concat!(
"dumping test layout value\n",
"text: '{text}' - ({actual_index}, {actual_affinity})\n",
" {actual_cursor}\n",
" text: '{text}' - ({actual_index}, {actual_affinity})\n",
" {actual_cursor}\n",
),
text = self.text,
actual_index = cursor.index(),
Expand Down

0 comments on commit 1c9d2c0

Please sign in to comment.