fix(syntax): added missing curly bracket (#4963)
This commit is contained in:
parent
48a70e481d
commit
44300357c3
|
@ -127,6 +127,7 @@ sub new {
|
|||
});
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
||||
sub manage_selection {
|
||||
my ($self, %options) = @_;
|
||||
|
|
Loading…
Reference in New Issue