style: format

This commit is contained in:
Edgar 2024-02-12 12:10:19 +01:00
parent 9ae8435e36
commit 0ff88f50eb
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -5,8 +5,8 @@ use common::{BodyBuilder, BuildCtx};
use edlang_ast as ast;
use edlang_ir as ir;
use ir::{
BasicBlock, Body, ConstValue, DefId, Local, LocalKind, Operand, Place, ProgramBody, Statement,
StatementKind, SwitchTarget, Terminator, TypeInfo, TypeKind, ValueTree,
BasicBlock, Body, DefId, Local, LocalKind, Operand, Place, ProgramBody, Statement,
StatementKind, SwitchTarget, Terminator, TypeInfo, TypeKind,
};
mod common;