Lint fix again

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

View file

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