Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed May 27, 2024
1 parent 9b5edd7 commit e37481e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kanata/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1341,9 +1341,7 @@ impl Kanata {
{
log::trace!("Posted a message {_win_msg:?}");
use colored::*;
use widestring::{
U16CString,
};
use widestring::U16CString;
use windows_sys::core::PCWSTR;
use windows_sys::Win32::UI::WindowsAndMessaging::HWND_BROADCAST;
use windows_sys::Win32::UI::WindowsAndMessaging::{
Expand Down

0 comments on commit e37481e

Please sign in to comment.