From 7312e00660814de55f61a30c58a76ac0165400bc Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Fri, 9 Feb 2024 14:06:21 -0500 Subject: [PATCH] Fix fmt --- quickwit/quickwit-common/src/rendezvous_hasher.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/quickwit/quickwit-common/src/rendezvous_hasher.rs b/quickwit/quickwit-common/src/rendezvous_hasher.rs index 3d3c032aeaf..beec0e244d0 100644 --- a/quickwit/quickwit-common/src/rendezvous_hasher.rs +++ b/quickwit/quickwit-common/src/rendezvous_hasher.rs @@ -19,6 +19,7 @@ use std::cmp::Reverse; use std::hash::{Hash, Hasher}; + use siphasher::sip::SipHasher; /// Computes the affinity of a node for a given `key`.