Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Jan 5, 2025
1 parent 52f4cd1 commit 0d52695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
/**
* Convert locations to and from convenient short codes.
*
* <p>Plus Codes are short, ~10 character codes that can be used instead of street
* addresses. The codes can be generated and decoded offline, and use a reduced character set that
* minimises the chance of codes including words.
* <p>Plus Codes are short, ~10 character codes that can be used instead of street addresses. The
* codes can be generated and decoded offline, and use a reduced character set that minimises the
* chance of codes including words.
*
* <p>This provides both object and static methods.
*
Expand Down
2 changes: 1 addition & 1 deletion js/closure/openlocationcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function recoverNearest(
}

return encode(
codeArea.latitudeCenter, codeArea.longitudeCenter, codeArea.codeLength);
codeArea.latitudeCenter, codeArea.longitudeCenter, codeArea.codeLength);
}
exports.recoverNearest = recoverNearest;

Expand Down

0 comments on commit 0d52695

Please sign in to comment.