forked from lix-project/hydra
Update src/lib/Hydra/Helper/Escape.pm: fewer ()s
Co-authored-by: Stig <stig@stig.io>
This commit is contained in:
parent
019aef3d41
commit
6b7ca554f9
|
@ -17,5 +17,5 @@ sub escapeString {
|
||||||
sub escapeAttributePath {
|
sub escapeAttributePath {
|
||||||
my ($s) = @_;
|
my ($s) = @_;
|
||||||
|
|
||||||
return join(".", map( { escapeString($_) } Hydra::Helper::AttributeSet::splitPath($s)));
|
return join ".", map { escapeString($_) } Hydra::Helper::AttributeSet::splitPath($s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue