Skip to content

Commit

Permalink
Remove BTreeMap from recovery.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Jan 29, 2024
1 parent 8bfe62a commit 44d097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/barrier/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::collections::{BTreeSet, HashMap, HashSet};
use std::sync::Arc;
use std::time::{Duration, Instant};

Expand Down

0 comments on commit 44d097c

Please sign in to comment.