mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix formatting issues
This commit is contained in:
parent
f6098a75af
commit
baf382c706
@ -42,7 +42,6 @@ public class DeviceList extends BasePaginatedResult {
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.append("{\n");
|
sb.append("{\n");
|
||||||
|
|
||||||
sb.append(" count: ").append(getCount()).append(",\n");
|
sb.append(" count: ").append(getCount()).append(",\n");
|
||||||
sb.append(" devices: [").append(devices).append("\n");
|
sb.append(" devices: [").append(devices).append("\n");
|
||||||
sb.append("]}\n");
|
sb.append("]}\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user