Rößner-Network-Solutions

Skip to content

Remove redundant type annotations in LUA files

Christian Rößner requested to merge features into main

This commit removes unnecessary type annotations from several LUA scripts, improving code readability. The changes focus on eliminating redundant comments that specify parameter and return types, which are not needed for LUA’s dynamic typing system. These adjustments streamline the code without affecting functionality.

Signed-off-by: Christian Roessner c@roessner.co

Merge request reports

Loading