Skip to content

Commit d001171

Browse files
thestingergraydon
authored andcommitted
rm extra newline
1 parent cae273a commit d001171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/treemap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ impl <K: Ord, V> TreeMapIterator<K, V> {
178178
}
179179
}
180180

181-
182181
pub struct TreeSet<T: Ord> {
183182
priv map: TreeMap<T, ()>
184183
}

0 commit comments

Comments
 (0)