Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6747e4c authored by Sumit Deshmukh's avatar Sumit Deshmukh Committed by android-build-merger
Browse files

Merge "MAP: Remove extra line feed in Message Listing object" am: 88c3bdfb am: 4b8d1f50

am: aeca7ed6

Change-Id: I7ce8af10695cbc14aecd04e070109188be628135
parents c32b66a5 aeca7ed6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ public class BluetoothMapMessageListing {
                xmlMsgElement = new FastXmlSerializer();
                xmlMsgElement.setOutput(sw);
                xmlMsgElement.startDocument("UTF-8", true);
                xmlMsgElement.text("\n");
                xmlMsgElement.setFeature(
                        "http://xmlpull.org/v1/doc/features.html#indent-output", true);
            }