Skip to content

Commit

Permalink
[ci skip] minor spacing change
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Dec 18, 2015
1 parent 8317656 commit e5ac340
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ public String encodeAsResXmlAttr() {

@Override
public String encodeAsResXmlItemValue() {
return ResXmlEncoders
.enumerateNonPositionalSubstitutionsIfRequired(ResXmlEncoders
.encodeAsXmlValue(mRawValue));
return ResXmlEncoders.enumerateNonPositionalSubstitutionsIfRequired(ResXmlEncoders.encodeAsXmlValue(mRawValue));
}

@Override
Expand All @@ -58,8 +56,7 @@ protected String encodeAsResXml() throws AndrolibException {
}

@Override
protected void serializeExtraXmlAttrs(XmlSerializer serializer,
ResResource res) throws IOException {
protected void serializeExtraXmlAttrs(XmlSerializer serializer, ResResource res) throws IOException {
if (ResXmlEncoders.hasMultipleNonPositionalSubstitutions(mRawValue)) {
serializer.attribute(null, "formatted", "false");
}
Expand Down

0 comments on commit e5ac340

Please sign in to comment.