From 0a5bde80ad58b0da3e8049eb29b1b85787756ab9 Mon Sep 17 00:00:00 2001 From: uchitsa Date: Wed, 15 Jan 2025 15:07:33 +0300 Subject: [PATCH] fix quality warnings --- eo-runtime/src/main/eo/org/eolang/structs/list.eo | 1 + 1 file changed, 1 insertion(+) diff --git a/eo-runtime/src/main/eo/org/eolang/structs/list.eo b/eo-runtime/src/main/eo/org/eolang/structs/list.eo index 1fa01dc331..a4b5ca74ac 100644 --- a/eo-runtime/src/main/eo/org/eolang/structs/list.eo +++ b/eo-runtime/src/main/eo/org/eolang/structs/list.eo @@ -31,6 +31,7 @@ origin > @ # Is it empty?. + # A check to determine if an object contains no elements or data. 0.eq ^.origin.length > [] > is-empty # Create a new list with this element added to the end of it.