Skip to content

Commit

Permalink
Merge branch 'feature/improve-push-log-formatting-VIALA-787' into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
jeremy.norman committed Mar 13, 2018
2 parents 28f02aa + 5f75459 commit 1be71da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class LogHelper {

private LogHelper(RemoteLogger remoteLogger) {
mRemoteLogger = remoteLogger;
mGson = new GsonBuilder().disableHtmlEscaping().create();
mGson = new GsonBuilder().disableHtmlEscaping().setPrettyPrinting().create();
}

public static LogHelper using(RemoteLogger remoteLogger) {
Expand Down

0 comments on commit 1be71da

Please sign in to comment.