Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Aug 4, 2022
1 parent 673fe43 commit 6e8de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handler.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::time::Duration;
use anyhow::{anyhow, Result};
use axum::Json;
use clipboard_win::set_clipboard_string;
use serde::{Deserialize, Serialize};
use std::time::Duration;
use tokio::time::sleep;

use crate::win32api::{input, window};
Expand Down

0 comments on commit 6e8de54

Please sign in to comment.