From 36abc30446d86a195c8f016bd9a4c36ee20ccb7d Mon Sep 17 00:00:00 2001 From: martinvuyk Date: Sat, 1 Feb 2025 12:28:43 -0300 Subject: [PATCH] mojo format Signed-off-by: martinvuyk --- stdlib/src/collections/list.mojo | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/src/collections/list.mojo b/stdlib/src/collections/list.mojo index a0bcb965e2..28025a5ba3 100644 --- a/stdlib/src/collections/list.mojo +++ b/stdlib/src/collections/list.mojo @@ -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 ) -