From 7c7bec38fe7de7f2b3e93820d29dea89e921dc5c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 7 Apr 2025 19:29:04 +0200 Subject: [PATCH] api: re-add trailing commas They got removed without actual reason in a recent commit. Signed-off-by: Thomas Lamprecht --- src/PVE/API2/LXC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 04ccbdd..5c6ee57 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -2574,13 +2574,13 @@ __PACKAGE__->register_method({ inet => { type => 'string', description => 'The IPv4 address of the interface', - optional => 1 + optional => 1, }, # TODO: deprecate on next major release inet6 => { type => 'string', description => 'The IPv6 address of the interface', - optional => 1 + optional => 1, }, "ip-addresses" => { type => 'array',