Merge #1169: gui: fix clippy warning

3ee7a5bb99a2d267f8b3cb3955ec9885c24a8f57 gui: fix clippy warning (edouardparis)

Pull request description:

  I do not know why but clippy started throwing warning about this line of code

ACKs for top commit:
  jp1ac4:
    ACK 3ee7a5bb99.

Tree-SHA512: 536d5398649d0223b0f43b6c7be1063c617ed001579c07e9b2fb5f94602470677644a9f774e7413428a9c7416da30839f967f9a3d52429d39121f04db80896fc
This commit is contained in:
edouardparis 2024-07-03 16:36:15 +02:00
commit 51d28129bc
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -630,7 +630,7 @@ pub fn register_descriptor<'a>(
.push( .push(
scrollable( scrollable(
Column::new() Column::new()
.push(text(template.to_owned()).small()) .push(text(template).small())
.push(Space::with_height(Length::Fixed(5.0))), .push(Space::with_height(Length::Fixed(5.0))),
) )
.direction( .direction(