summaryrefslogtreecommitdiffstats
path: root/examples/styling/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/styling/src/main.rs')
-rw-r--r--examples/styling/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/styling/src/main.rs b/examples/styling/src/main.rs
index 262db03e..4e319285 100644
--- a/examples/styling/src/main.rs
+++ b/examples/styling/src/main.rs
@@ -60,7 +60,7 @@ impl Sandbox for Styling {
column.push(
Radio::new(
*theme,
- &format!("{:?}", theme),
+ format!("{:?}", theme),
Some(self.theme),
Message::ThemeChanged,
)