From 15ecd4db604fc41dbd834f5344728627ee464255 Mon Sep 17 00:00:00 2001 From: zhangli20 Date: Thu, 24 Oct 2024 10:48:16 +0800 Subject: [PATCH] fix lint --- src/stripe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;