mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-16 03:56:12 +08:00
fix clippy warnings
This commit is contained in:
committed by
Tom A. Wagner
parent
99b2ef274a
commit
5784275d32
@@ -273,3 +273,9 @@ impl GraphView {
|
||||
self.queue_draw();
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for GraphView {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user