Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 16, 2024
1 parent a413222 commit 31a3ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static DetectedLanguage ofJSON(ObjectNode jsonNode) {
if (jsonNode.has("isTransliterationSupported")) {
detected.isTransliterationSupported = jsonNode.get("isTransliterationSupported").asBoolean();
}

return detected;
}

Expand Down

0 comments on commit 31a3ac7

Please sign in to comment.