mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fix extra ampersands
This commit is contained in:
parent
b6116eeb98
commit
899cbeabd7
79 changed files with 372 additions and 376 deletions
|
@ -118,7 +118,7 @@ mod solve_expr {
|
|||
subs.get(variable).content
|
||||
};
|
||||
|
||||
let actual_str = content_to_string(content, &subs, home, &interns);
|
||||
let actual_str = content_to_string(content, subs, home, &interns);
|
||||
|
||||
// Disregard UnusedDef problems, because those are unavoidable when
|
||||
// returning a function from the test expression.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue