cleanup: cargo fmt

This commit is contained in:
Ashley Wulber 2024-06-28 11:11:13 -04:00 committed by Jeremy Soller
parent 047039daab
commit 2b7f0c55e1

View file

@ -2434,7 +2434,12 @@ struct Focus {
impl State {
/// Creates a new [`State`], representing an unfocused [`TextInput`].
pub fn new(is_secure: bool, is_read_only: bool, always_active: bool, select_on_focus: bool) -> Self {
pub fn new(
is_secure: bool,
is_read_only: bool,
always_active: bool,
select_on_focus: bool,
) -> Self {
Self {
is_secure,
is_read_only,