Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed May 27, 2024
1 parent 033caf2 commit f5c5973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions corelib/src/array.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ impl ArrayIntoSpan<T, +Drop<T>> of Into<Array<T>, Span<T>> {
impl SpanIntoArray<T, +Drop<T>, +Clone<T>> of Into<Span<T>, Array<T>> {
fn into(mut self: Span<T>) -> Array<T> {
let mut arr = array![];

arr.append_span(self);

arr
}
}
Expand Down

0 comments on commit f5c5973

Please sign in to comment.