Skip to content

Commit

Permalink
mojo format
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
  • Loading branch information
martinvuyk committed Feb 1, 2025
1 parent 661aba5 commit 36abc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/src/collections/list.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -1076,4 +1076,3 @@ struct List[T: CollectionElement, hint_trivial_type: Bool = False](
return List[T, hint_trivial_type](
ptr=data, length=size, capacity=capacity
)

0 comments on commit 36abc30

Please sign in to comment.