Fix formatting

This commit is contained in:
András 2024-12-28 20:24:14 +02:00 committed by Michael Murphy
parent 7eb47a71b3
commit 29a62db2f6

View file

@ -851,7 +851,7 @@ impl cosmic::Application for CosmicNetworkApplet {
menu_button(
Row::with_children(btn_content)
.align_y(Alignment::Center)
.spacing(8)
.spacing(8),
)
.on_press(Message::OpenHwDevice(Some(hw_device.clone()))),
));