From 1425caec71f8fecba11d16bb1265e59f44ace4f9 Mon Sep 17 00:00:00 2001 From: Mart Date: Sun, 27 Apr 2025 15:23:56 -0300 Subject: [PATCH] Update adt_stack.inc fix EOL to be the same as other lines --- plugins/include/adt_stack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_stack.inc b/plugins/include/adt_stack.inc index a4bf8c836..51d4312d9 100644 --- a/plugins/include/adt_stack.inc +++ b/plugins/include/adt_stack.inc @@ -153,7 +153,7 @@ methodmap ArrayStack < Handle } property int Length { - public native get(); + public native get(); } };