Skip to content

Commit

Permalink
chore: apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Dec 15, 2020
1 parent 2c35f82 commit 911bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/silicon/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 911bc16

Please sign in to comment.