Fixed lint error

This commit is contained in:
Daniel Collin 2020-03-31 07:35:59 +02:00 committed by GitHub
parent fbf1d54db6
commit 434ba591f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,6 @@ impl Window {
&mut view_handle, &mut view_handle,
); );
if opts.topmost { if opts.topmost {
mfb_topmost(handle, true); mfb_topmost(handle, true);
} }