Skip to content

Commit 61b58b3

Browse files
committed
cargo fmt
1 parent d988aca commit 61b58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/headers/to_header_values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
use std::borrow::Cow;
12
use std::io;
23
use std::iter;
34
use std::option;
45
use std::slice;
5-
use std::borrow::Cow;
66

77
use crate::headers::{HeaderValue, HeaderValues, Values};
88

0 commit comments

Comments
 (0)