From 1fbf83816b60fbaa2f9e85585338138c3efa949f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 22 May 2020 13:17:30 +0900 Subject: Format with rustfmt (#389) * Format with rustfmt * Add rustfmt check to CI --- src/fmt/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fmt/debug.rs') diff --git a/src/fmt/debug.rs b/src/fmt/debug.rs index f6a08b8..a854551 100644 --- a/src/fmt/debug.rs +++ b/src/fmt/debug.rs @@ -1,7 +1,7 @@ use core::fmt::{Debug, Formatter, Result}; -use crate::{Bytes, BytesMut}; use super::BytesRef; +use crate::{Bytes, BytesMut}; /// Alternative implementation of `std::fmt::Debug` for byte slice. /// -- cgit v1.2.3