libcore: whitespace cleanup.
This commit is contained in:
committed by
Graydon Hoare
parent
971b59106a
commit
66ebdbb283
@@ -651,7 +651,6 @@ fn grow_set<T: copy>(&v: ~[mut T], index: uint, initval: T, val: T) {
|
|||||||
v[index] = val;
|
v[index] = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Functional utilities
|
// Functional utilities
|
||||||
|
|
||||||
/// Apply a function to each element of a vector and return the results
|
/// Apply a function to each element of a vector and return the results
|
||||||
|
|||||||
Reference in New Issue
Block a user