Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Nov 29, 2023
1 parent f608043 commit 2fc50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ir/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fc50f5

Please sign in to comment.