fix(syntax): added missing curly bracket (#4963)

This commit is contained in:
omercier 2024-03-26 10:16:45 +01:00 committed by GitHub
parent 48a70e481d
commit 44300357c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ sub new {
});
return $self;
}
sub manage_selection {
my ($self, %options) = @_;