Run rustfmt on the codebase

This commit is contained in:
Tom A. Wagner
2021-01-08 09:58:58 +01:00
parent 4744a1a647
commit 9784b9bae0
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ impl Port {
Self {
widget: gtk::Button::with_label(name),
id,
direction
direction,
}
}
}