Skip to content

Commit 164f787

Browse files
committed
fmt
1 parent cbb8772 commit 164f787

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/grapheme.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,9 @@ impl GraphemeCursor {
781781
if self.offset == chunk_start {
782782
return Err(GraphemeIncomplete::PrevChunk);
783783
}
784-
let mut iter = chunk[..self.offset.saturating_sub(chunk_start)].chars().rev();
784+
let mut iter = chunk[..self.offset.saturating_sub(chunk_start)]
785+
.chars()
786+
.rev();
785787
let mut ch = iter.next().unwrap();
786788
loop {
787789
if self.offset == chunk_start {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy