Skip to content

Commit 5b2c0a9

Browse files
committed
std: Whitespace cleanup.
1 parent f98210d commit 5b2c0a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ iface map<K: copy, V: copy> {
9595
Iterate over all the keys in the map
9696
*/
9797
fn keys(fn(K));
98+
9899
/*
99100
Iterate over all the values in the map
100101
*/
@@ -631,4 +632,4 @@ mod tests {
631632
map.insert(key, "val");
632633
assert (option::get(map.find(key)) == "val");
633634
}
634-
}
635+
}

0 commit comments

Comments
 (0)