Skip to content

Commit

Permalink
💅 style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tkr-sh committed Jan 24, 2025
1 parent 7c5d781 commit 76acbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ impl FromLua for char {
message: Some(
"string must have one char when converting to char. (empty string)".to_string(),
),
})
});
};

if let Some(_extra_char) = str_iter.next() {
Expand Down

0 comments on commit 76acbb8

Please sign in to comment.