From a1d45d6d31e239d8da2b8a46412828e3f89474c8 Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Tue, 2 Jun 2026 17:18:10 +0200 Subject: [PATCH] Fmt --- crates/egui/src/atomics/atom_kind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/atomics/atom_kind.rs b/crates/egui/src/atomics/atom_kind.rs index 601b4e7b9..019fe31bc 100644 --- a/crates/egui/src/atomics/atom_kind.rs +++ b/crates/egui/src/atomics/atom_kind.rs @@ -71,7 +71,7 @@ pub enum AtomKind<'a> { /// /// The nested layout is measured (sized) when the parent is sized, and painted (and /// interacted with) at the cell rect the parent computes for it. - Layout(Box>), + Layout(Box>), } impl Clone for AtomKind<'_> {