Skip to content

Commit 1d4aaa5

Browse files
committed
fix clippy lint on return value
1 parent 131df73 commit 1d4aaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl Window {
190190
this.setup_actions();
191191
this.setup_signals();
192192

193-
return this;
193+
this
194194
}
195195
fn setup_settings(&self) {
196196
let imp = self.imp();

0 commit comments

Comments
 (0)