format
This commit is contained in:
parent
944fde15a4
commit
8460c1ac42
@ -1,7 +1,6 @@
|
|||||||
use super::{input_service::*, *};
|
use super::{input_service::*, *};
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
use crate::{clipboard_file::*, common::update_clipboard, ipc};
|
use crate::clipboard_file::*;
|
||||||
#[cfg(not(windows))]
|
|
||||||
use crate::{common::update_clipboard, ipc};
|
use crate::{common::update_clipboard, ipc};
|
||||||
use hbb_common::{
|
use hbb_common::{
|
||||||
config::Config,
|
config::Config,
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
use crate::{
|
use crate::clipboard_file::*;
|
||||||
client::*,
|
|
||||||
clipboard_file::*,
|
|
||||||
common::{self, check_clipboard, update_clipboard, ClipboardContext, CLIPBOARD_INTERVAL},
|
|
||||||
};
|
|
||||||
#[cfg(not(windows))]
|
|
||||||
use crate::{
|
use crate::{
|
||||||
client::*,
|
client::*,
|
||||||
common::{self, check_clipboard, update_clipboard, ClipboardContext, CLIPBOARD_INTERVAL},
|
common::{self, check_clipboard, update_clipboard, ClipboardContext, CLIPBOARD_INTERVAL},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user