Skip to content

Commit 66ebdbb

Browse files
ericktgraydon
authored andcommitted
libcore: whitespace cleanup.
1 parent 971b591 commit 66ebdbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,6 @@ fn grow_set<T: copy>(&v: ~[mut T], index: uint, initval: T, val: T) {
651651
v[index] = val;
652652
}
653653

654-
655654
// Functional utilities
656655

657656
/// Apply a function to each element of a vector and return the results

0 commit comments

Comments
 (0)