Skip to content

Commit 43a6bd1

Browse files
committed
Whitespace cleanup.
1 parent dcd771c commit 43a6bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ type hashmap<K, V> = obj {
9898
Iterate over all the keys in the map
9999
*/
100100
fn keys(block(K));
101+
101102
/*
102103
Iterate over all the values in the map
103104
*/

0 commit comments

Comments
 (0)