Remove unnecessary clone in scrollable example
This commit is contained in:
parent
3517dece26
commit
f04336dd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ impl Application for ScrollableDemo {
|
|||
}
|
||||
|
||||
fn theme(&self) -> Theme {
|
||||
self.theme.clone()
|
||||
self.theme
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue