Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
This has been annoying me for some time...
  • Loading branch information
GuiltyDolphin committed Jun 22, 2016
1 parent c161ad9 commit 4356cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Meta/Data.pm
Expand Up @@ -160,7 +160,7 @@ sub get_js {

my $id = $ia->{id};
my $metaj = eval { JSON::XS->new->ascii->encode($ia) } || return;
return qq(DDH.$id=DDH.$id||{};DDH.$id.meta=$metaj;);
return qq(DDH.$id=DDH.$id||{};DDH.$id.meta=$metaj;);
}

# return a hash of IA objects by id
Expand Down

0 comments on commit 4356cfd

Please sign in to comment.