From 53d334b3535a84bfdf18d6dcd862a36b39eb6793 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Mon, 24 Feb 2025 17:46:27 +0100 Subject: [PATCH] fmt --- examples/gno.land/p/moul/fifo/fifo.gno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gno.land/p/moul/fifo/fifo.gno b/examples/gno.land/p/moul/fifo/fifo.gno index d2789a07f70..a215444b911 100644 --- a/examples/gno.land/p/moul/fifo/fifo.gno +++ b/examples/gno.land/p/moul/fifo/fifo.gno @@ -93,7 +93,7 @@ func (l *List) Prepend(entry interface{}) { } current.next = nil l.tail = current - + } // Append adds a new entry at the end of the list. If the list exceeds maxSize,