From 7baaa2e12bd5ac0238cd4ab4e4b41ac557adefe0 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Wed, 29 Nov 2023 15:16:13 +0000 Subject: [PATCH] cargo fmt --- compiler/noirc_evaluator/src/ssa/ir/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/noirc_evaluator/src/ssa/ir/types.rs b/compiler/noirc_evaluator/src/ssa/ir/types.rs index 13fd534f5ea..8075f886169 100644 --- a/compiler/noirc_evaluator/src/ssa/ir/types.rs +++ b/compiler/noirc_evaluator/src/ssa/ir/types.rs @@ -116,7 +116,7 @@ impl Type { } has_internal_slices } - + /// True if this type is an array (or slice) or internally contains an array (or slice) pub(crate) fn contains_an_array(&self) -> bool { match self {