]> git.proxmox.com Git - pmg-api.git/commitdiff
add missing comma
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Aug 2017 13:24:55 +0000 (15:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Aug 2017 13:24:55 +0000 (15:24 +0200)
PMG/API2/Quarantine.pm

index 7530e134e6dfbc3082ec357a2b20b175adcadc56..2786e12a8c0098bc772df4c89c0f3d94aee017a2 100644 (file)
@@ -624,7 +624,7 @@ __PACKAGE__->register_method ({
                content => {
                    description => "Raw email data (first 4096 bytes). Useful for preview. NOTE: The  'htmlmail' formatter displays the whole email.",
                    type => 'string',
-               }
+               },
        },
     },
     code => sub {