Skip to content

Commit

Permalink
spotless fix ImportTranslationsFromLocalizedAssetStep
Browse files Browse the repository at this point in the history
  • Loading branch information
aurambaj committed Jun 24, 2024
1 parent 15118f7 commit c5cf0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ protected TMTextUnitVariant importTextUnit(
tmTextUnitVariantCommentAnnotation.setMessage(integrityCheckException.getMessage());

tmTextUnitVariantCommentAnnotation.setSeverity(
TMTextUnitVariantComment.Severity.ERROR); //TODO(ja) dial it down for plural strings?
TMTextUnitVariantComment.Severity.ERROR); // TODO(ja) dial it down for plural strings?

new TMTextUnitVariantCommentAnnotations(target)
.addAnnotation(tmTextUnitVariantCommentAnnotation);
Expand Down

0 comments on commit c5cf0e5

Please sign in to comment.