Skip to content

Commit 46366ce

Browse files
committed
chore: Format imports
1 parent 34c24c6 commit 46366ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-inline/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
use css_inline::{CSSInliner, InlineOptions};
22
use rayon::prelude::*;
3-
use std::ffi::OsString;
4-
use std::path::Path;
53
use std::{
64
borrow::Cow,
75
error::Error,
6+
ffi::OsString,
87
fs::File,
98
io::{self, Read, Write},
9+
path::Path,
1010
};
1111

1212
const VERSION_MESSAGE: &[u8] = concat!("css-inline ", env!("CARGO_PKG_VERSION"), "\n").as_bytes();

0 commit comments

Comments
 (0)