Update adt_stack.inc

fix EOL to be the same as other lines
This commit is contained in:
Mart 2025-04-27 15:23:56 -03:00 committed by GitHub
parent cf1c95e42e
commit 1425caec71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@ methodmap ArrayStack < Handle
}
property int Length {
public native get();
public native get();
}
};