Skip to content

Commit

Permalink
Apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Sep 23, 2020
1 parent b2a5822 commit c3c7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::formatter::{ImageFormatter, ImageFormatterBuilder};
use crate::utils::{ShadowAdder, ToRgba};
use clipboard::{ClipboardContext, ClipboardProvider};
use anyhow::Error;
use clipboard::{ClipboardContext, ClipboardProvider};
use image::Rgba;
use std::fs::File;
use std::io::{stdin, Read};
Expand Down

0 comments on commit c3c7f7b

Please sign in to comment.