Skip to content
Snippets Groups Projects
Commit 71badd81 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed warning

parent c7c09c17
Branches
Tags
No related merge requests found
...@@ -62,7 +62,7 @@ sub line_result_mapper { ...@@ -62,7 +62,7 @@ sub line_result_mapper {
if (defined $opt->{with_path}) { $line{path}= $partial_result->{_source}->{filePath} }; if (defined $opt->{with_path}) { $line{path}= $partial_result->{_source}->{filePath} };
if (defined $opt->{with_score}) { $line{score} = $partial_result->{_score}} if (defined $opt->{with_score}) { $line{score} = $partial_result->{_score}}
if (defined $opt->{with_size}) { $line{size}= $partial_result->{_source}->{size} }; if (defined $opt->{with_size}) { $line{size}= $partial_result->{_source}->{size} };
\%line; return \%line;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment