fix trailing whitepace
This commit is contained in:
parent
25184da1e7
commit
b635f1e63a
@ -77,7 +77,7 @@ fn gensym(val: T) -> uint {
|
||||
fn i1 () {
|
||||
let i : Interner<@~str> = mk();
|
||||
i.get(13);
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn i2 () {
|
||||
@ -102,7 +102,7 @@ fn i2 () {
|
||||
assert i.get(2) == @~"zebra";
|
||||
assert i.get(3) == @~"zebra";
|
||||
assert i.get(4) == @~"dog";
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn i3 () {
|
||||
|
Loading…
Reference in New Issue
Block a user