mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 11:36:11 +08:00
Run rustfmt on the codebase
This commit is contained in:
@@ -32,7 +32,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
.expect("Application creation failed");
|
.expect("Application creation failed");
|
||||||
|
|
||||||
app.connect_activate(move |app| {
|
app.connect_activate(move |app| {
|
||||||
let scrollwindow = gtk::ScrolledWindowBuilder::new().child(&*graphview.borrow()).build();
|
let scrollwindow = gtk::ScrolledWindowBuilder::new()
|
||||||
|
.child(&*graphview.borrow())
|
||||||
|
.build();
|
||||||
let window = gtk::ApplicationWindowBuilder::new()
|
let window = gtk::ApplicationWindowBuilder::new()
|
||||||
.application(app)
|
.application(app)
|
||||||
.default_width(1280)
|
.default_width(1280)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ impl Port {
|
|||||||
Self {
|
Self {
|
||||||
widget: gtk::Button::with_label(name),
|
widget: gtk::Button::with_label(name),
|
||||||
id,
|
id,
|
||||||
direction
|
direction,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user