revome newline
This commit is contained in:
parent
f53948ec79
commit
a6c40e5632
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ fn check_with_arena<'ast, T: Field, E: Into<imports::Error>>(
|
|||
arena: &'ast Arena<String>,
|
||||
) -> Result<(ZirProgram<'ast, T>, Abi), CompileErrors> {
|
||||
let source = arena.alloc(source);
|
||||
|
||||
let compiled = compile_program::<T, E>(source, location.clone(), resolver, &arena)?;
|
||||
|
||||
// check semantics
|
||||
|
|
Loading…
Reference in a new issue