From 60ad3dae50b868fedc9ee7f9973528034060cfda Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 30 Jan 2023 12:07:50 -0500 Subject: [PATCH] chore: fmt builder.rs --- crates/aiken-lang/src/builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/aiken-lang/src/builder.rs b/crates/aiken-lang/src/builder.rs index 4cc07d25..4f185a14 100644 --- a/crates/aiken-lang/src/builder.rs +++ b/crates/aiken-lang/src/builder.rs @@ -15,8 +15,8 @@ use uplc::{ use crate::{ air::Air, ast::{ - AssignmentKind, BinOp, Clause, ClauseGuard, Constant, DataType, Pattern, Span, TypedArg, TypedDataType, - UnOp, + AssignmentKind, BinOp, Clause, ClauseGuard, Constant, DataType, Pattern, Span, TypedArg, + TypedDataType, UnOp, }, expr::TypedExpr, tipo::{PatternConstructor, Type, TypeVar, ValueConstructor, ValueConstructorVariant},