Skip to content
Snippets Groups Projects
Commit 43d8ea37 authored by John Mitchell's avatar John Mitchell
Browse files

Cargo fmt.

parent cbbb034c
No related branches found
No related tags found
No related merge requests found
...@@ -131,12 +131,7 @@ pub fn text_box_render( ...@@ -131,12 +131,7 @@ pub fn text_box_render(
state.cursor_position = state.graphemes.len(); state.cursor_position = state.graphemes.len();
set_new_cursor_position( set_new_cursor_position(&mut state, &font_assets, &font_mapping, &style_font);
&mut state,
&font_assets,
&font_mapping,
&style_font,
);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment