Skip to content

Commit f6ab641

Browse files
committed
Cargo fmt
1 parent 6add979 commit f6ab641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/window_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use num_enum::{self, FromPrimitive, IntoPrimitive};
22
use windows::Win32::UI::WindowsAndMessaging::SHOW_WINDOW_CMD;
33

44
/// Initial window display state for a launched application.
5-
///
5+
///
66
/// See also <https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow>
77
#[repr(i32)]
88
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, IntoPrimitive, FromPrimitive)]

0 commit comments

Comments
 (0)