Skip to content

Commit f28f689

Browse files
committed
fmt
1 parent f77a24b commit f28f689

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rustfmt.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
unstable_features = true
2-
group_imports = "StdExternalCrate"

src/widgets/window.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ impl NotifyWindow {
236236
imp.code_btn.connect_clicked(move |_| {
237237
let this = this.clone();
238238
this.selected_subscription().map(move |sub| {
239-
AdvancedMessageDialog::new(sub, this.imp().entry.text().to_string()).present(Some(&this))
239+
AdvancedMessageDialog::new(sub, this.imp().entry.text().to_string())
240+
.present(Some(&this))
240241
});
241242
});
242243
}

0 commit comments

Comments
 (0)