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.
JacksonJsonStepTest
1 parent 8977d9e commit e60fcc2Copy full SHA for e60fcc2
testlib/src/test/java/com/diffplug/spotless/json/JacksonJsonStepTest.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.
@@ -22,12 +22,6 @@
22
import com.diffplug.spotless.TestProvisioner;
23
24
class JacksonJsonStepTest {
25
-
26
- private static final int INDENT = 4;
27
28
- private final FormatterStep step = JsonSimpleStep.create(INDENT, TestProvisioner.mavenCentral());
29
- private final StepHarness stepHarness = StepHarness.forStep(step);
30
31
@Test
32
void canSetCustomIndentationLevel() {
33
FormatterStep step = JacksonJsonStep.create(TestProvisioner.mavenCentral());
0 commit comments