From 2fc50f5bf58db695386b1e42cb93d34fbd594bd2 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Wed, 29 Nov 2023 15:17:08 +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 {