lsp-rename: minor cosmetic cleanups

This commit is contained in:
Travis Staloch 2025-01-14 14:15:02 -08:00 committed by CJ van den Berg
parent 860c36266c
commit bfdeffc70f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 14 additions and 10 deletions

View file

@ -35,6 +35,7 @@ pub const ArgumentType = enum {
integer,
float,
object,
array,
};
pub fn Closure(comptime T: type) type {