Skip to content

Commit 0d52695

Browse files
committed
fix formatting
1 parent 52f4cd1 commit 0d52695

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java/src/main/java/com/google/openlocationcode/OpenLocationCode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
/**
2020
* Convert locations to and from convenient short codes.
2121
*
22-
* <p>Plus Codes are short, ~10 character codes that can be used instead of street
23-
* addresses. The codes can be generated and decoded offline, and use a reduced character set that
24-
* minimises the chance of codes including words.
22+
* <p>Plus Codes are short, ~10 character codes that can be used instead of street addresses. The
23+
* codes can be generated and decoded offline, and use a reduced character set that minimises the
24+
* chance of codes including words.
2525
*
2626
* <p>This provides both object and static methods.
2727
*

js/closure/openlocationcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ function recoverNearest(
569569
}
570570

571571
return encode(
572-
codeArea.latitudeCenter, codeArea.longitudeCenter, codeArea.codeLength);
572+
codeArea.latitudeCenter, codeArea.longitudeCenter, codeArea.codeLength);
573573
}
574574
exports.recoverNearest = recoverNearest;
575575

0 commit comments

Comments
 (0)