diff --git a/compiler/passes/src/type_checking/checker.rs b/compiler/passes/src/type_checking/checker.rs index 7b19bd8266..3781d12532 100644 --- a/compiler/passes/src/type_checking/checker.rs +++ b/compiler/passes/src/type_checking/checker.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with the Leo library. If not, see . -use crate::{CallGraph, StructGraph, SymbolTable, VariableSymbol, VariableType, TypeTable}; +use crate::{CallGraph, StructGraph, SymbolTable, TypeTable, VariableSymbol, VariableType}; use leo_ast::{ CoreConstant,