We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7cec2 commit d0ac740Copy full SHA for d0ac740
lib/src/jackson/java/com/diffplug/spotless/glue/json/JacksonJsonFormatterFunc.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2021-2023 DiffPlug
+ * Copyright 2021-2024 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@
23
import com.fasterxml.jackson.core.JsonGenerator;
24
import com.fasterxml.jackson.core.util.DefaultIndenter;
25
import com.fasterxml.jackson.core.util.DefaultPrettyPrinter;
26
-import com.fasterxml.jackson.core.util.Separators;
27
28
import com.diffplug.spotless.FormatterFunc;
29
import com.diffplug.spotless.json.JacksonJsonConfig;
0 commit comments