Skip to content
Snippets Groups Projects
Commit 39d58a66 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#701 - avoid pretty print

parent a6873006
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ import static java.time.temporal.TemporalAdjusters.lastDayOfMonth;
public class TransactionService implements Resettable
{
private static final Gson GSON = new GsonBuilder()
.setPrettyPrinting()
.create();
private static final Logger LOGGER = LoggerFactory.getLogger(TransactionService.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment