Skip to content

Commit fcd2c46

Browse files
committed
tidy
1 parent acbcb5d commit fcd2c46

File tree

1 file changed

+1
-1
lines changed
  • lib/ElasticSearchX/Model/Document

1 file changed

+1
-1
lines changed

lib/ElasticSearchX/Model/Document/Set.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ my $get = \&get;
5454
my $inflate_result = \&inflate_result;
5555
*inflate_result = sub {
5656
my ( $self, $res ) = @_;
57-
my $new_res = { %$res };
57+
my $new_res = {%$res};
5858
delete $new_res->{_index};
5959
delete $new_res->{_type};
6060
$self->$inflate_result($new_res);

0 commit comments

Comments
 (0)