test: Fix whitespace at EOL
This commit is contained in:
parent
aa0f25ae31
commit
df77eb433b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ fn g(fcx : &fcx) {
|
|||
|
||||
fn f(ccx : &ccx) {
|
||||
let a = arena(());
|
||||
let fcx = { arena: &a, ccx: ccx };
|
||||
let fcx = { arena: &a, ccx: ccx };
|
||||
ret g(&fcx);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue