diff --git a/src/stripe.rs b/src/stripe.rs index c73ed8e8..9d3d4f32 100644 --- a/src/stripe.rs +++ b/src/stripe.rs @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. -use std::{collections::HashMap, io::Read, sync::Arc}; use std::collections::HashSet; +use std::{collections::HashMap, io::Read, sync::Arc}; use bytes::Bytes; use prost::Message;