From 1c15fb5eff364ecbe1832ab063412974b08b3ea8 Mon Sep 17 00:00:00 2001 From: Collin Chin Date: Fri, 12 Mar 2021 21:13:17 -0800 Subject: [PATCH] formatting 2 --- compiler/src/compiler.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/src/compiler.rs b/compiler/src/compiler.rs index cb6d8aa123..4cb6692e27 100644 --- a/compiler/src/compiler.rs +++ b/compiler/src/compiler.rs @@ -19,7 +19,10 @@ use crate::{ constraints::{generate_constraints, generate_test_constraints}, errors::CompilerError, - CompilerOptions, GroupType, OutputBytes, OutputFile, + CompilerOptions, + GroupType, + OutputBytes, + OutputFile, }; use indexmap::IndexMap; pub use leo_asg::{new_context, AsgContext as Context, AsgContext};