chore: apply rustfmt

This commit is contained in:
Aloxaf 2020-12-16 00:56:04 +08:00
parent 2c35f82758
commit 911bc16b45
No known key found for this signature in database
GPG Key ID: A07920B86500DE6C
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@ use {image::ImageOutputFormat, pasteboard::Pasteboard};
use {image::ImageOutputFormat, std::process::Command};
mod config;
use crate::config::{config_file, get_args_from_config_file};
use config::Config;
use silicon::utils::init_syntect;
use crate::config::{get_args_from_config_file, config_file};
#[cfg(target_os = "linux")]
pub fn dump_image_to_clipboard(image: &DynamicImage) -> Result<(), Error> {