Profile.getValuesList: don't add trailing newline.
This commit is contained in:
parent
a6351f4455
commit
5991f307af
|
@ -212,7 +212,8 @@ public class Profile {
|
|||
retValue += format.format(o2.getDouble("value"));
|
||||
}
|
||||
retValue += " " + units;
|
||||
retValue += "\n";
|
||||
if (index + 1 < array.length())
|
||||
retValue += "\n";
|
||||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue