Skip to content

Commit e919501

Browse files
authored
fix formatting
1 parent d5cf2fe commit e919501

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_type_ir/src/search_graph

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/search_graph/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! behavior as long as the resulting behavior is still correct.
1414
use std::cmp::Ordering;
1515
use std::collections::hash_map::Entry;
16-
use std::collections::{btree_map, BTreeMap};
16+
use std::collections::{BTreeMap, btree_map};
1717
use std::fmt::Debug;
1818
use std::hash::Hash;
1919
use std::iter;

0 commit comments

Comments
 (0)