Whitespace cleanup.

This commit is contained in:
Erick Tryzelaar 2011-12-20 18:43:00 -08:00
parent dcd771cd48
commit 43a6bd110e

View file

@ -98,6 +98,7 @@ type hashmap<K, V> = obj {
Iterate over all the keys in the map
*/
fn keys(block(K));
/*
Iterate over all the values in the map
*/